#sddm 
{
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 30;
}

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

#sddm li a 
{
	display: block;
	margin:0px;
	padding:0px;
	min-width:77px;
	width:auto !important;
	width:77px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none;

}


#sddm li a:hover 
{
	background: #003366
}


#sddm div 
{ 
	/* drop down box */
	position: absolute;
	#visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ECEEEF;
	border: 1px solid #5970B2;
	width: auto;
	height: auto;
        z-index: 5;
}

#sddm div a	
{
	/* drop down contents */
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #ECEEEF; 
	color: #2875DE;
	font: 11px arial;

}

#sddm div a:hover 
{
	/* drop down content hovers */
	background: #003366;
	color: #FFF;
}

