@charset "utf-8";
#nav {
	margin: 21px auto 0px auto; 
	width: 960px; 
	height: 40px
}
.nav_menu {
	height: 40px
}
.nav_menu ul {
	background: url(../images/nav_bg.gif) repeat-x 50% bottom; 
	float: left; 
	height: 40px
}
.nav_menu ul li {
	display: block; 
	float: left; 
	width: 89px; 
	height: 40px; 
	text-align: center;
}
.nav_menu ul li a.no_hr {
	background: none transparent scroll repeat 0% 0%;
}
.nav_menu ul li a {
	display: block; 
	background: url(../images/nav_li_hr.gif) no-repeat right 12px; 
	width: 92px; 
	color: #285080;
	padding-top: 18px; 
	height: 22px
}
.nav_menu ul li a:hover {text-decoration: none}
.nav_menu ul li.currently {background: url(../images/button.gif) no-repeat left -341px; width: 92px; height: 40px}
.nav_menu ul li.currently a {display: block; font-weight: bold; font-size: 14px; background: none transparent scroll repeat 0% 0%; filter: none; width: 92px; color: #fff; padding-top: 15px; height: 25px}
.nav_menu ul li.nav_l {	background: url(../images/nav_ul_l.gif) no-repeat left bottom; width: 5px}
.nav_menu ul li.nav_r {background: url(../images/nav_ul_r.gif) no-repeat right bottom; width: 5px}
