#jsddm {
	margin: 0;
	padding: 0
}
#jsddm li {
	float: left;
}
#jsddm li img { 
    padding-top:12px;
}
#jsddm li a {
	display: block;
	font-size:15px;
	font-family:微软雅黑;
	width:164px;
	text-align:center;
	color:#ffffff;
	height:38px;
	line-height:38px;
	white-space: nowrap
}
#jsddm li a:hover {
	background:url(../images/menubg.png) center no-repeat;
}
#jsddm li .abg {
	background:url(../images/menubg.png) center no-repeat;
}
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index:999999;
}
#jsddm li ul li {
	float: none;
	display: inline;

}
#jsddm li ul li a {
	height:36px;
	width:164px;
	color: #ffffff;
	background:url(../images/nav.png) center no-repeat;
	border-bottom:1px solid #8db5f2;
}
#jsddm li ul li a:hover {
	background:url(../images/menubg.png) center no-repeat;
	font-weight:bold;
	
}
