#nav { 
	list-style-type: none;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 100;
	line-height: 63px;
}

#nav a {
	display: block;
	color: #FFFFFF;font-weight: 100;
}

#nav a:link  {
 color:#FFFFFF; text-decoration:none;font-weight: 100;
 
}
#nav a:visited  {
	color:#FFFFFF;
	text-decoration:none;font-weight: 100;

	
}
#nav a:hover  {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background-image: url(../images/libg_10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.nav_li1 {
	background-image: url(../images/li1_15.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 140px;
}
.nav_li2 {
	
	float: left;
	width: 140px;
}

#nav li a:hover{
	background:url(../images/hover.PNG) no-repeat center top;
	width: 140px;
	text-decoration:none;
}
#nav li ul {
	list-style-type: none;
	left: -999em;
	width: 140px;
	position: absolute;
	color: #FFFFFF;
	float: left;
}
#nav li ul li{
	float: left;
	width: 121px;
	background-color: #2a4c8b;
	color: #FFFFFF;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF; 
	border-top:1px #6485c9 solid;
	border-bottom-style: 6485c9;
	line-height: 33px;
	height: 33px;
	text-align: center; margin-left:10px;
	filter:alpha(opacity=90); 
-moz-opacity:0.9; 
opacity:0.9;
}


#nav li ul a{
	display: block;
	width: 130px;
	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;	width: 112px; padding-left:9px; 
	background:#13376e;
	background-repeat: no-repeat;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
