#nav {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;

}

#nav a {
	display: block;
	text-align:center;
}

#nav a:link  {
	text-decoration:none;
	color: #000000; 
}
#nav a:visited  {
	text-decoration:none;
	color: #000000;
	
}
#nav a:hover  {
	text-decoration:none;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: center top;
	color: #0279bd;
}

.nav_li1 {
	background-image: url(../images/lili_14.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
.nav_li2 {
	float: left;
	background-image: url(../images/libg_12.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 95px;
	color: #FFFFFF;
}
.nav_li1 a:hover{
	background-repeat: no-repeat;
	font-size: 14px;
	text-decoration: underline;
	background-position: center bottom;
	color: #0279bd;
	float: none;
}
#nav li ul {
	list-style-type: none;
	left: -999em;
	width: 96px;
	position: absolute;
	float: left;
}
#nav li ul li{
	float: left;
	background-color: #008636;
	color: #FFFFFF;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 26px;
	height: 26px;
	text-align: center;
}


#nav li ul a{
	display: block;
	width: 96px;
	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:none;
	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;
}
