﻿/* navi_01导航样式  
--------------------------------------------------------------------*/
.navBar {
	position: relative;
	z-index: 1;
	color: #fff;
	height:40px;
	line-height:40px;
}


/*nav*/
.nav {
	width: 1000px;
	margin: 0 auto;
}
.nav h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 14px;
}
.nav .m {
	position: relative;
	float: left;
	width: 142px;
	/*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;
	width: 142px;
	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/nav_hover.gif) repeat-x center center;
}
.nav .on h3 a:link, .nav .on h3 a:visited {
	background:url(../../img/navi/navi_02/nav_hover.gif) repeat-x center center;
}
.nav .on h3 a i {
}

/*一级*/
.nav .sub {
	display: none; /*默认隐藏*/
	width: 142px;
	position: absolute;
	left: 0px;
	top: 40px;
	float: left;
	line-height: 30px;
	border:solid 1px #d50260;
	border-top:none;
	overflow:visible;
	_width:500%;
	_border-bottom:none;
}
.nav .sub li {
	text-align: center;
}
.nav .sub li a:link, .nav .sub li a:visited {
	color: #fff;
	display: block;
	zoom: 1;
	background:url(../../img/navi_bg.png) repeat;

	border-top:none;
	border-bottom:none;
	_width:100px;
	_float:left;
	_display:inline-block;
}
.nav .sub li a:hover {
	background: #fff;/*副色*/
	color: #d50260;
}


/*二级*/
.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:url(../../img/navi_bg.png) repeat;

}
.nav .sub dl {
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	padding: 15px;
	line-height: 26px;
	*display:inline;
}
.nav .sub dl a:hover {
	color: #F50B97;
}
.nav .sub dl dt a:link, .nav .sub dl dt a:visited  {
	color: #fff;
}
.nav .sub dl dd a:link, .nav .sub dl dd a:visited {
	color: #fff;
	padding-left: 7px;
	background: url(images/icon.png) 0 -332px no-repeat;
}







