#sddm
{
	position: absolute;
	z-index:300;
	width:1350px;
	height:80px;
	
}

#sddm li{	
	  float:left;
	  margin: 0;
	  padding: 0;
	  list-style: none;
}
#sddm li a
{
	display: block;
	line-height: 80px;
	font-size:18px;
	text-align: center;
	color:#ffffff;
	width:150px;
}

#sddm li a:hover
{	line-height:80px;
	font-size:18px;
	text-align: center;
	font-weight:bold;
	color:#fff;
	background: #0c4796;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	background: #0c4796;
	z-index:80px;
	top:80px;
	text-align:center;
	cursor:pointer;
	padding:10px 0px;
	filter:alpha(opacity=100);
	opacity:1;
}
	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	text-align: center;
	min-width:150px;
	height:50px;
	text-decoration: none;
	font-size: 16px;
	line-height:50px;
}

	#sddm div a:hover
	{	
	text-align: center;
	min-width:150px;
	text-decoration: none;
	font-size: 16px;
	line-height:50px;
	color:#ffffff;
}

