#nav {
	list-style-type: none;
	color: #333;
}

#nav a {
	display: block;
	
	color: #333;
}

#nav a:link  {
text-decoration:none;
 
}
#nav a:visited  {
	text-decoration:none;

	
}
#nav a:hover  {
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/navxx_09.html);
	background-repeat: no-repeat;
	background-position: center 77px;
}

.nav_li1 {
	background-image: url(../images/bain_09.html);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 110px;
	line-height: 108px;
	height: 108px;
	text-align: center;
}.nav_li2 {
	background-image: url(../images/LIBG.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	width: 110px;
	line-height: 108px;
	height: 108px;
	text-align: center;
	color: #FFF;
	margin-right: 1px;
}

.nav_li3 {
	background-image: url(../images/jt.png);
	background-repeat: no-repeat;
	background-position: 30px 9px;
	float: left;
	width: 65px;
	line-height: 22px;
	height: 22px;
	text-align: left;
	font-size: 14px;
	color: #828282;
	border: 1px solid #cccccc;
	margin-top: 44px;
	padding-left: 8px;
	display: inline;
	margin-left: 11px;
}

#nav .nav_li3 a:hover{
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	font-weight: normal;
	color: #247CC6;
	background-image: none;
}
#nav li a:hover{
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/LIBG.png);
}
#nav li ul {
	list-style-type: none;
	left: -999em;
	width: 120px;
	position: absolute;
	float: left;
	background-color: rgba(36,124,198,0.9);
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	/*border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #edbe6b;*/
}
#nav li ul li{
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	text-align: center;
}


#nav li ul a{
	display: block;
	width: 120px;
	color: #FFFFFF;
}

#nav li ul a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
#nav li ul a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#nav li ul a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	background-image: url(../images/libgg_19.html);
	background-repeat: no-repeat;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
