.mnu_man{
	width:100%;
	height:43px;
	background:#585858;
}
.mnu_in{
	width:1000px;
	margin:0 auto;
	text-align:center;
}
.mnu_man .m{
	float:left;
	width:100%;
}
.mnu_man .m a{
	float:left;
	width:142px;
	height:43px;
	text-align:center;
	color:#fff;
	font:15px/43px Arial;
	background:url(img/line.gif) no-repeat left top;
}
.mnu_man .m .h{
	color:#fff;
	font-weight:bold;
	background:url(img/d.gif) no-repeat center bottom;
}
.mnu_man .m .n{
	color:#c61130;
}
.mnu_man .m .d{
	color:#fff;
}

.mnu_man .s{
	position:absolute;
	z-index:9999999999999999999;
}
.mnu_man .s .i{
	position:absolute;
	line-height:29px;
	display:none;
	width:142px;
}
.mnu_man .s .i a{
	float:left;
	display:block;
	color:#fff;
	text-align:center;
	width:100%;
	background:url(img/n.png) left bottom;
}
.mnu_man .s .i a:hover{
	color:#ffffff;
	font-weight:bold;
	background:url(img/h.png) left bottom;
}
