
#navz{ width:100%;background:#0079d1; height:50px; position:relative; margin:0 auto; border-bottom:4px #004c7f solid }
.warper{width:1020px; margin:0 auto}
#nav {
	list-style-type: none;
	color: #FFFFFF; height:50px
}

#nav a {
	display: block;
	text-align:center;
	color: #ffffff; font-size:14px
}

#nav a:link  {
text-decoration:none;
 
}
#nav a:visited  {
	text-decoration:none;

	
}
#nav a:hover  {
	text-decoration:none;
	font-weight:bold;
	background:#024085;
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff; font-weight:100
}

.nav_li1 {
	float: left;
	width: 99px;
	text-align: center;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: right top; background:url(../image_index/line.jpg) no-repeat
}
.nav_li2 {
	float: left;
	width: 99px;
	text-align: center;
margin-right: 1px; background:url(../images/sd.jpg) no-repeat center top; height:54px; line-height:50px
}
.nav_li3 {
	float: left;
	width: 99px;
	line-height: 50px;
	height: 50px;
}


#nav li a:hover{
	background:#f9bf00;
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	font-weight:100;
	color: #FFFFFF;
	font-size: 14px;border-bottom:4px #f98d00 solid

}
#nav li ul {
	list-style-type: none;
	left: -999em;
	width: 99px;
	position: absolute;
	float: left;
}
#nav li ul li{
	float: left;
	background-color: #0079d1;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	text-align: center;
}


#nav li ul a{
	display: block;
	width: 99px;
	color: #fff;
	font-weight: normal;
}

#nav li ul a:link  {
	color: #fff;
	text-decoration: none;
}
#nav li ul a:visited  {
	color: #fff;
	text-decoration: none;
}
#nav li ul a:hover  {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background:#0657b2;
	background-repeat: no-repeat;
	font-size: 14px;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
