#sddm
{
	position: absolute;
	z-index:300;
	width:1200px;
	height:38px;
	
}

#sddm li{	
	  float:left;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  font-weight:bold;
}
#sddm li a
{
	display: block;
	line-height: 38px;
	font-size:14px;
	text-align: center;
	color:#ffffff;
	width:145px;
}

#sddm li a:hover
{	line-height: 38px;
	font-size:14px;
	text-align: center;
	color:#fff003;
	background: #0c91d8;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	background: #0c91d8;
	z-index:60px;
	top:38px;
	text-align:center;
	cursor:pointer;
	filter:alpha(opacity=80);
	opacity: 0.8;

}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	text-align: center;
	width:145px;
	text-decoration: none;
	font-size: 14px;
	line-height:38px;
}

	#sddm div a:hover
	{	text-align: center;
	width:145px;
	text-decoration: none;
	font-size: 14px;
	line-height:38px;
	color:#fff003;
}

