/* navi_01导航样式  
--------------------------------------------------------------------*/
.navBar {
	position: relative;
	z-index: 1;
	color: #fff;
	height:40px;
	line-height:40px;
}

/*nav*/
.nav {
	width: 980px;
	margin: 0 auto;
}
.nav h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 14px;
}
.nav h3 a{ float:left;}
.nav .m {
	position: relative;
	float: left;
	/*margin: 0 10px;*/
	display: inline;
	text-align: center;
}
.nav li{ background:url(../../img/navi/navi_02/xd_20.gif) no-repeat right 7px; /*_background:url(../../img/navi/navi_02/xd_20.gif) no-repeat right 10px;*/}
.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;
	padding:0 20px 0 15px;
	height: 40px;
	line-height: 40px;
	display: block;
	color: #fff;
	text-align:center;
}

/*当前状态*/
.nav .cur h3 a:link, .nav .cur h3 a:visited {
	background:url(../../img/navi/navi_02/xd_14.gif) no-repeat right top ;
}
.nav .on h3 a:link, .nav .on h3 a:visited {
	background:url(../../img/navi/navi_02/xd_14.gif) no-repeat right top ;
}
.nav .on h3 a i {
}

/*一级*/
.nav .sub {
	display: none; /*默认隐藏*/
	width: 98px;
	position: absolute;
	left: 0px;
	top: 46px;
	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: 98px;
	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: 98px;
	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;
}







