#jsddm{margin: 0;
	padding: 0}

	#jsddm li{float: left;
		list-style: none;
		height:36px;line-height:36px;text-align:center;width:125px; font-size:14px;}
 

	#jsddm li a:hover
	{background-image: url(../images/nav_hover.png);background-repeat: no-repeat;background-position: center;}
		
		#jsddm li ul
		{
	margin: 0;
	padding: 0;
	width:125px;
	line-height:36px;
	text-align:center;
	
	position: absolute;
	visibility: hidden;
	font-weight: normal;
}
		
			#jsddm li ul li
			{height:36px;width:125px;background: #014f99;}
			
			#jsddm li ul li a
			{	height:36px;width:125px;font-size:12px;}
			
			#jsddm li ul li:hover
			{background-image: url(../images/nav_hover.png);background-repeat: no-repeat;background-position: center;height:36px;width:125px;}