#jsddm{	
	margin: 0;
	padding: 0
}

#jsddm li{	
	float: right;
	list-style: none;
	font-size: 18px
}

#jsddm li a{
	font-size:14px;
	display: block;
	background: #73a0c8; /*73a0c8*/
	padding: 2px 15px 4px 5px;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	
	border-top:1px solid #73a0c8;
	border-left:1px solid #73a0c8;
	border-right:1px solid #73a0c8;
}

#jsddm li a:hover
{
	background: #3b647f;
}
		
#jsddm li ul{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	border-bottom:1px solid #73a0c9;
}
		
#jsddm li ul li{
	float: none;
	display: inline
}
			
#jsddm li ul li a{
	width: 160px;
	background: #ffffff;
	color:#707070;
	text-decoration:none;
	
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

#jsddm li ul li a:hover{
	color:white;
	background: #768daf; /*768daf*/
}

.clear{
	clear: both;
	overflow: hidden;
	height: 0
}