/*---------------------菜单样式----------------------------------*/
#menu{
	font-size: 15px;
	font-family: "黑体";
	height: 52px;
	width: 1004px;
	margin: 0px auto;
	background-image: url(../../images/jdjituan/dao_bg.jpg);
}
#menu ul{
	width: 1004px;
	height: 52px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.m_li{
	float: left;
	width: 124px;
	line-height: 52px;
	text-align: center;
	background-image:url(../../images/jdjituan/li_bb.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}
.m_li a{
	display: block;
	color: #FFFFFF;
	width: 124px;
}
.m_line img{
	margin-top:expression(( 32 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	float: left;
	width: 124px;
	line-height: 52px;
	text-align: center;
	font-weight: bold;
	background-image: url(../../images/jdjituan/menu_bg.jpg);
	position: relative;
	height: 52px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.m_li_a a{
	display:block; color:#0a55ba; width:110px;
}


.smenu{
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style-type: none;
	height: 40px;
}
.s_li{
	line-height: 40px;
	width: auto;
	display: none;
	height: 40px;
}
.s_li_a{
	line-height: 40px;
	width: auto;
	display: block;
	height: 40px;
}
