ul {
	list-style-type:none;
}
#nav .subnav, #nav .subnav p, #nav .subnav p span, #nav .subnav .arrow {
	background:url(../img/nav_bg.png) no-repeat;}
#nav {position:relative;
      width:1280px;
      height:50px;
      margin:auto;
      background:url(../img/index_8.jpg) repeat-x;
}
#nav ul {
	height:36px;
	line-height:50px;
	margin-left:120px;
	padding-right:10px;
	overflow:hidden;
}
#nav ul li {
	float:left;
	width:96px;
	margin-left:-2px;
        background:url(../img/index_8line.jpg) no-repeat;
        background-position:0 7px;

}
#nav ul li a {
	font-size:17px;
	color:#fff;
	width:91px;
	display:block;
	text-align:center;
	text-decoration:none;
margin-left:4px;
}
#nav ul li a:hover {
	font-weight:700;
        background:url(../img/index_8hover.jpg) no-repeat;
        background-position:1px 7px;
}
#nav .subnav {
	display:none;
	position:absolute;
	top:41px;
	width:auto!important;
	min-width:110px;
	height:27px;
	line-height:27px;
	white-space:nowrap;
	background-position:0 -180px;

}
#nav .subnav p {
	margin-left:10px;
	padding-right:10px;
	background-position:right -234px;
}
#nav .subnav p span {
	display:block;
	color:#014294;
	background-repeat:repeat-x;
	background-position:0 -207px;
}
#nav .subnav p a {
	font-size:14px;
	display:inline;
	color:#014294;
	text-decoration:none;
	margin:0 0px;
	padding:0 2px;
      margin-right:20px;
       
}
#nav .subnav p a:hover {
	font-weight:400;
	background-image:none;
	border-bottom:2px solid;
}
#nav .subnav .arrow {
	position:absolute;
	top:-4px;
	display:block;
	width:11px;
	height:5px;
	background-position:0 -261px;
}