#nav {
	list-style-type: none;
	color: #323232;
}

#nav a {
	display: block;
	text-align:center;
	color: #323232;
}

#nav a:link  {
text-decoration:none;
 
}
#nav a:visited  {
	text-decoration:none;

	
}
#nav a:hover  {
	text-decoration: none;
	background-image: url(../images/libg_10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #323232;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0373e8;
}

.nav_li1 {
	background-image: url(../images/bain_09.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 110px;
	line-height: 82px;
	height: 82px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eeeeee;
	font-size: 15px;
}.nav_li2 {
	background-image: url(../images/xx_12.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 77px;
	line-height: 82px;
	height: 82px;
	text-align: center;
	background-color: #0373e8;
	color: #FFF;
}.nav_li2 a:hover {
	background-color: #2590ff;	
}
.nav_li3 {
	background-image: url(../images/xx_12.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 30px;
	line-height: 118px;
	height: 69px;
	text-align: center;
	padding-top: 49px;
	padding-right: 9px;
}


#nav li a:hover{
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	color: #323232;
}
#nav li ul {
	list-style-type: none;
	left: -999em;
	width: 110px;
	position: absolute;
	float: left;
	background-color: #0373e8;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
#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: 110px;
	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.jpg);
	background-repeat: no-repeat;

}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
