#nav {
	list-style-type: none;
	font-size: 17px;
	line-height: 88px;
}

#nav a {
	display: block;
	text-align: center;
	color: #000;
}

#nav a:link  {
	text-decoration: none;
	color: #000;
}
#nav a:visited  {
	text-decoration: none;
	color: #000;	
}
#nav a:hover  {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.nav_li1 {
	background-image: url(../images/lili_29.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 88px;
	width: 120px;
}
.nav_li2 {
	background-image: url(../images/lili_29.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	height: 88px;
	width: 120px;
	background-image: url(../images/nli_06.jpg);
	background-repeat: no-repeat;
	color: #0a4178;
}
.nav_li1 a:hover{
	background-image: url(../images/nli_06.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
	background-position: center bottom;
	float: none;
	color: #0a4178;
	height: 88px;
	display: block;
}
#nav li ul {
	list-style-type: none;
	left: -999em;
	width: 150px;
	position: absolute;
	float: left;
	background-color: #11487e;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -15px;
}
#nav li ul li{
	float: left;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	text-align: center;
}


#nav li ul a{
	display: block;
	width: 150px;
	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!important;
	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;
}
