.navArea{
	width: 100%;
	overflow: hidden;
	clear: both;
	background-color: #FFFFFF;
}
.navBg{
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1e1e1;

}
.nav{
	width: 100%;
	height: 56px;
	margin: 0 auto;
	line-height: 56px;
}
.nav li{
	float: left;
	border-left: 0px #0043A3 solid;
	border-right: 0px #0160B0 solid;
}
.nav li a{
	display: block;
	width: auto;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px 52px;
	height: 56px;
}
.nav li a:hover,.nav li a:hover.on{
	text-decoration: none;
color:  #183885;
}
.nav li a.on{
	/*color: #FFFFFF;
	background-color: #F3B733;*/color:  #183885;
}
.nav li a.on2{
color:  #183885;
}
.nav li:hover.on{
color:  #183885;
}
.nav li ul{
	display: none;
	position: absolute;
	z-index: 9999;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0160B0;
	margin-top:1px;
} 
.nav li ul li{
	float: none;
	display: block;
	position: relative;
	line-height: 20px;
	_display: inline;

} 
.nav li ul li .s{
	position: absolute;
	top: 0;
	left: 156px;
	border-left: 0px solid transparent;
}
.nav li ul li .s li{float:none;}
.nav li ul li a{
	display: block;
	width: 140px;
	height: 24px;
	padding: 6px 10px 2px 10px;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	color: #FFF;
	background-color: #183885;
	overflow:hidden;
}
.nav li ul li a:hover{
	color: #FFFFFF;
	font-weight: normal;
	background-color: #333;
}
.nav .t,.nav .t:hover{background:url(../images/nav_ico.gif) no-repeat 120px center #8bd5f4; }
