#nav {
	list-style-type: none;
	font-size: 15px;	line-height: 48px;
	color: #ffffff; 
}

#nav a {
	display: block;
	text-align:center;
	color: #ffffff;
}

#nav a:link  {
text-decoration:none;
 
}
#nav a:visited  {
	text-decoration:none;

	
}
#nav a:hover  {
	text-decoration:none;
	font-weight:bold;
	background-image: url(../images/libg_10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	background-color: #0093dd;
}

.nav_li1 {
	background-image: url(../images/lili_12.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 124px;	line-height: 48px;
	height: 42px;
}
.nav_li2 {
	float: left;
	width: 127px;
	display: inline;
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	padding-left: 2px;
}
.nav_li3 {
	
	float: left;
	width: 124px;	line-height: 48px;
	height: 42px;
}


#nav li a:hover{
	background-image: url(../images/lili_13.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #0093dd;
}
#nav li ul {
	list-style-type: none;
	left: -999em;
	width: 124px;
	position: absolute;
	float: left;
}
#nav li ul li{
	float: left;
	background-color: #FFF;
	color: #005aba;
	font-size: 12px;
	line-height: 26px;
	height: 26px;
	text-align: center;
}


#nav li ul a{
	display: block;
	width: 124px;
	color: #005aba;
}

#nav li ul a:link  {
	color: #005aba;
	text-decoration:none;
}
#nav li ul a:visited  {
	color: #005aba;
	text-decoration:none;
}
#nav li ul a:hover  {
	color: #FFF;
	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;
}
