#nav {
	list-style-type: none;
	width: 612px;
	background-image: url(../images/li1_06.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

#nav a {
	display: block;
	text-align: center;
	color: #000000;
}

#nav a:link  {
text-decoration:none;
 
}
#nav a:visited  {
	text-decoration:none;

	
}
#nav a:hover  {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	color: #006ab8;
	display: block;
}

.nav_li1 {
	background-image: url(../images/li1_06.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	text-align: center;
	font-size: 15px;
	line-height: 79px;
	color: #000000;
	height: 79px;
	display: block;
	
	width: 97px;
}

.nav_li2 {
	background-image: url(../images/lili3_32.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	text-align: center;
	color: #FFF;
	width: 112px;
}.nav_li3 {
	background-image: url(../images/lilibg2_32.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	text-align: center;
	width: 140px;
}

#nav li a:hover{
	background-image: url(../images/lili2_10.jpg);
	background-repeat: no-repeat;
	background-position: center 59px;
	text-decoration: none;
	color: #006ab8;
}
#nav li ul {
	list-style-type: none;
	left: -999em;
	width: 127px;
	position: absolute;
	float: left;
	background-color: #006ab8;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
}
#nav li ul li{
	float: left;
	color: #FFF;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	text-align: center;
}


#nav li ul a{
	display: block;
	width: 127px;
	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: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;
}
