.mnu_man{
	width:100%;
	position:absolute;
	top:40px;
	left:0px;
	background:url("../images/bg.png") repeat-x center top;
	height:99px;
	z-index:999;
}
.mnu_man .in{
	width:980px;
	margin:auto;
	text-align:left;
	height:56px; /*mod*/ 
	margin-top:30px;
}
.mnu_man .m{
	float:left;
	width:980px;
}
.mnu_man_s{
	position:absolute;
	z-index:888;
	background:url("../images/ms.png");
	width:100%;
	left:0px;
	top:112px;
	overflow:hidden;
	height:0px;
}
.mnu_man_s .i{
	float:left;
	line-height:30px;
	padding-bottom:20px;
	padding-top:20px;
	font-size:14px;
	text-align:center;
}
.mnu_man_s .i a{
	float:left;
	font-family:"Arial";
	color:#ffffff;
	font-size:12px;
	display:inline-block;
	width:100%;
	height:30px;
	overflow:hidden;
	background:url("../images/n.gif") no-repeat 0px 20px;
}
.mnu_man_s .i a:hover{
	color:#d80000;
	background:url("../images/h.gif") no-repeat 10px 12px;
}