#jsddm{	
	margin: 0;
	padding: 0;
}
#jsddm li{	
	float: left;
	list-style: none;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	
	background:#fff url(../images/top-menu-bg.gif) center no-repeat;
	width:91px;
	height:22px;
}
#jsddm li.separator{
	background:#fff url(../images/menu-separator.gif) center 7px no-repeat;
	width:10px;
}
#jsddm li a{	
	display: block;
	padding: 4px 0px;
	text-decoration: none;
	color: #5d5d5d;
	width:91px;
	white-space: nowrap;
	text-align:center;
}
#jsddm li a:hover, #jsddm li a.on{	
	color: #5A7F02;
}
#jsddm li ul{	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border: 1px solid #CCCCCC;
	margin-left:4px;
}
#jsddm li ul li{	
	float: none;
	display: inline;
	width:81px;
}
#jsddm li ul li a{	
	width: auto;
	background: #fff;
	width:81px;
}
#jsddm li ul li a:hover{	
	background: #fff
}
