.mnu_in{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.mnu_in .m{
	float:left;
	width:770px;
	height:43px;
}
.mnu_in .m a{
	float:left;
	width:110px;
	height:43px;
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 2px #003d1e;
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=225, color=#003d1e);
	font:16px/43px Microsoft YaHei,Arial;
}
.mnu_in .m .n{
	color:#fff;
}
.mnu_in .m .h{
	background:url(img/m_bg.gif) no-repeat center top;
}
.mnu_in .s{
	position:absolute;
	z-index:99999;
}
.mnu_in .s .i{
	position:absolute;
	display:none;
	width:93px;
	background:url(img/n.gif);
}
.mnu_in .s .i a{
	display:block;
	color:#00a651;
	font:14px/36px Microsoft YaHei,Arial;
	text-align:center;
	height:35px;
	width:93px;
}
.mnu_in .s .i a:hover{
	color:#fff;
	background:#00a651;
}
/*search-start*/
#sch{
	float:right;
	width:196px;
	height:22px;
	margin-top:10px;
}
#sch .txt{
	float:left;
	width:174px;
	height:22px;
	line-height:22px;
	background:#fff;
	border:0px;
	vertical-align:middle;
	color:#868686;
	padding:0px;
	text-indent:5px;
	box-shadow:1px 1px 3px #d4d4d4 inset;
}
#sch .btn{
	float:left;
	cursor:pointer;
	background:#00592c url(img/sch.png) no-repeat 0 0;
	width:22px;
	height:22px;
	border:0px;
	padding:0px;
}
#sch .btn:hover{
	background-color:#008240;
}
/*search-end*/