#sddm
{	margin: 0;
	padding: 0;
	z-index: 30 ;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
font-family: arial, sans-serif;	
	font-size: 11px;
	font-weight:bold;background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;	}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 8px 8px;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#sddm li a:hover
{
color:#fff;
background-color: #D51A19;

}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #11568C ;
}



	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #D3E6F8;
	color: #11568C;
	font-family: arial, sans-serif;	text-transform: none;
	font-size: 11px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1CBE5;
	
}

	#sddm div a:hover
	{	background: #ccc; 
		color: #11568C}
		
	
