.navWrap{
	/*width: 900px;*/
	height: 38px;
	margin-top: 55px;
	
}
.nav{
	height: 38px;
	position: relative;
	z-index: 99;
}
.nav li.nLi{
	float: left;
	display: inline;
	position: relative;
}
.nav li.nLi h3{
	float: left;
	height: 38px;
}
.nav li.nLi h3 a{
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	padding: 0 20px;
	color: #555;
	font-weight:600;
	border-bottom: 2px solid #fff;
}
.sub{
	background: #fff;
	line-height: 26px;
	margin-top:38px;
	padding: 5px 0;
	position: absolute;
	width:140%;
	top: 38px;
	left: 0;
	z-index: 999;
	display: none;
	box-shadow:#666  2px 5px 5px;behavior:url(/PIE.htc);
	
}
.sub a{
	display: inline-block;
	line-height: 36px;
	font-size: 14px;
	
}
.sub a:hover{

	width:100%;
	
}
