


/*导航下拉菜单*/
#header{z-index:31;
	width:620px;
	margin:0px;
	height: 60px;
}
.nav{font-family: 'Microsoft Yahei';

	width: 650px;
	height: 60px;
	
}
.yell:link{	font-family: "Microsoft Yahei";
	line-height: 50px;
	padding:0px 18px;
	float:left;
	height:50px;
	color:#c9161d;
	text-decoration: none;
	font-weight: bold;
}
.yell:visited{		font-family: "Microsoft Yahei";
	line-height: 50px;
	padding:0px 18px;
	float:left;
	height:50px;	color:#c9161d;
	text-decoration: none;
	font-weight: bold;
}
.yell:hover{
	font-family: "Microsoft Yahei";
	line-height: 50px;
	padding:0px 18px;
	float:left;
	height:50px;
	color:#333333;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../skins/yj_free/images/index_11.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.nav li{font-family: 'Microsoft Yahei';
	position: relative;
	float: left;
}
.nav .bg{ height:60px; padding:0px; display:block;}
.nav li a{
	font-family: "Microsoft Yahei";
	line-height: 50px;
	padding:0px 18px;
	float:left;
	height:50px;
	color:#474747;
	font-size:15px;
	font-weight: normal;
	text-transform: uppercase;

}
.nav li a:hover {
	font-family: "Microsoft Yahei";
	color:#c9161d;
	font-size:15px;
	line-height: 50px;
	font-weight: bold;
	height: 50px;
	display:block;
	text-transform: uppercase;	background-image: url(../skins/yj_free/images/index_11.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}
.nav li .nav-w {
	z-index:21;
	position: relative;
	display:none;
	float:left;
	clear:both;
	overflow:hidden;
	left:0px;
	color: #FFFFFF;
	background-color: #D9F2FF;
}
.nav li:hover a{
	font-family: "Microsoft Yahei";
	color:#c9161d;
}
.nav li .section-nav1{ padding:0px; height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
	position:static;
	padding:0px;
	margin:0px;
	width:85px;
	overflow:hidden;
}
.nav li .section-nav1 ul li {
	position:static;
	padding:0px;

	width:100%;
	background:none;
	float:left;
	line-height: 36px;
}
.nav li .section-nav1 ul li a {
	text-align:center;
	line-height:40px;
	width:auto;
	padding-left:0px;
	display:block;
	float:none;
	height:40px;
	color:#FFFFFF;
	font-size:12px;
	overflow:hidden;
	cursor:pointer;
	background-color: #4A4A4A;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-transform: capitalize;
}
.nav li .section-nav1 ul li a:hover {
	color: #FFFFFF;
	line-height:40px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #c9161d;
}
/*导航下拉菜单*/