
#sddm
{	margin: 0;
	padding: 0;
	z-index: 1000}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 158px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-family: arial
	}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
	font-family: arial;
	z-index: 1000;
	}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial;
	z-index: 1000;
	}

#sddm div a:hover
{	background: #49A3FF;
	color: #FFF;
	font-family: arial
	}






a   { 
color: #0000FF; 
text-decoration: underline; 
}  

a:link {text-decoration: none; color: black; font-style: bold; font-family: arial }
a:visited {text-decoration: none; color: black; font-style: bold; font-family: arial }
a:active {text-decoration: none; color: black; font-style: bold; font-family: arial }
a:hover {text-decoration: underline; color: black; font-style: bold; font-family: arial }


table#sample {
    background-color:#white;
    border: none;

}

table#sample td {
	padding: 0;
    border: none;

}

.bblue{
    color: #000000;
    text-align: center;
	font-color: black;
    background-image: url(img/blue_balloon.png);
}

.bgreen{
    color: #000000;
    text-align: center;
    background-image: url(img/green_balloon.png);
}

.bmag{
    color: #000000;
    text-align: center;
    background-image: url(img/mag_balloon.png);
}

.bred{
    color: #000000;
    text-align: center;
    background-image: url(img/red_balloon.png);
}

.bteal{
    color: #000000;
    text-align: center;
    background-image: url(img/teal_balloon.png);
}

.byellow{
    color: #000000;
    text-align: center;
    background-image: url(img/yellow_balloon.png);
}

.bgrey{
    color: #000000;
    text-align: center;
    background-image: url(img/grey_balloon.png);
}

.bwhite{
    color: #000000;
    text-align: center;
    background-image: url(img/white_balloon.png);
}

div.mainmenu {
    position: absolute;
    
    top: 194px;
    font-weight: bold;
    z-index: 1;
}

div.menu {
    float: left;
    margin-left: 10px; 
}

div.popup a:hover { background-color: #faa; }
div.menu:hover div:first-child { border-bottom: none; }
div.menu div.popup { display: none; }
div.menu:hover div.popup { 
    display: block; 
    background-color: #99f; 
}


div.menu div {
    width: 175px;
    background-color: #4ACF4E;
    padding: 2px;
    border: solid 1px red;
}


div.popup div, div.popup a { display:block; text-decoration: none; margin: 2px 2px 2px 5px; }
div.popup div + div, div.popup a + a { margin-top: 10px; } 

div.content {
    position: absolute;
    left: 20px;
    top: 195px;
    border: 1px dashed gray;
}

