/* navi_01导航样式  
--------------------------------------------------------------------*/
.navBar {
	margin-top:15px;
	float:right;
	z-index: 1;
	color: #fff;
	width:730px;
	margin-right:30px;
}
.navBar .nav li.first{
	height:40px;
	width:6px;
	background:url(../../img/navi/navi_02/nav_bg.gif) no-repeat left 0px;
	float:left;
}
.navBar .nav li.last{
	height:40px;
	width:6px;
	background:url(../../img/navi/navi_02/nav_bg.gif) no-repeat right -40px;
	float:right;
}

/*nav*/
.nav {
	width: 700px;
	margin: 0 auto;
}

.nav li{
	margin-top:10px;
	}

.nav a{
	color:#FFF;
	margin-top:10px;
	padding:3px;
	}

.nav h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 14px;
}
.nav .m {
	padding:3px;
	position: relative;
	float: left;
	/*margin: 0 10px;*/
	display: inline;
	text-align: center;
}
.nav .m h3 i {/*箭头*/
	display: inline-block;
	zoom: 1;
	width: 7px;
	height: 4px;
	background: url(../../img/common/ico_2_w.gif) no-repeat center center;
	overflow: hidden;
	margin: -2px 0 0 5px;
	vertical-align: middle;
	/**display:inline;*/
	display:none;
}

.nav h3 a:link, .nav h3 a:visited {
	zoom: 1;
	height: 25px;
	line-height: 25px;
	display: block;
	color:#FFF;
	text-align:center;
}

/*当前状态*/
.nav .cur a:link, .nav .cur a:visited {
	color:#FFF;
	background:#008570;
}
.nav .on a:link, .nav .on a:visited {
	color:#FFF;
	background:#008570;
}
.nav .on h3 a i {
}

/*一级*/
.nav .sub {
	display: none; /*默认隐藏*/
	width: 100px;
	position: absolute;
	left: 0px;
	top: 40px;
	float: left;
	line-height: 30px;
	border-bottom:solid 1px #CCC;
	overflow:visible;
	_width:500%;
	_border-bottom:none;
}
.nav .sub li {
	text-align: center;
}
.nav .sub li a:link, .nav .sub li a:visited {
	color: #333;
	display: block;
	zoom: 1;
	background:url(../../img/common/Gui.gif) repeat-x left -40px;
	border:solid 1px #CCC;
	border-top:none;
	border-bottom:none;
	_width:100px;
	_float:left;
	_display:inline-block;
}
.nav .sub li a:hover {
	background: #0f75ca;/*副色*/
	color: #fff;
}


/*二级*/
.nav .m2 {
	position: relative;
	width: 100%;
	display:inline-block;
	text-align: left;
	*float:left;
	*display:block;
}
.nav .sub2 {
	display: none; /*默认隐藏*/
	width: 100px;
	position: absolute;
	z-index: 3;
	left: 100%;
	top: 0px;
	line-height: 30px;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	_left: 100px;
}

/*三级*/
.nav .m3 {
	position: relative;
	width: 100%;
	display:inline-block;
	text-align: left;
	*float:left;
	*display:block;
}
.nav .sub3 {
	display: none; /*默认隐藏*/
	width: 100px;
	position: absolute;
	z-index: 3;
	left: 100%;
	top: 0px;
	line-height: 30px;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	_left: 100px;
}

/*自定义下拉*/
.nav #m2 .sub {
	z-index: 1;
	background:#eee;
	width: 980px;
	left: -806px;
}
.nav .sub dl {
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	padding: 15px 29px;
	line-height: 26px;
	*display:inline;
}
.nav .sub dl a:hover {
	color: #1b5eb1;
}
.nav .sub dl dt a:link, .nav .sub dl dt a:visited  {
	color: #000;
}
.nav .sub dl dd a:link, .nav .sub dl dd a:visited {
	color: #999;
	padding-left: 7px;
	background: url(images/icon.png) 0 -332px no-repeat;
}







