

#nav {
	width: 982px;
	height: 39px;
	margin: 0 auto 20px auto;
	padding: 0;
	background: url(../images/nav_bg.jpg);
}

#nav a {
	color: #21578A;
}

#nav ul {
	width: 982px;
	height: 39px;
	line-height: 39px;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0;
}

#nav ul li {
	width: 98px;
	display: inline-block;
	list-style-type: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	background: none;
}
/*
#nav ul li:hover {
	width: 98px;
	display: inline-block;
	list-style-type: none;
	font-size: 12px;
	background: url(../images/nav_ro.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
}
*/
#nav ul li a {
	color: #21578A;
	text-decoration: none;
}

#nav ul li a.on,
#nav ul li a:hover {
	color: #ffffff;
	
	display: block;
	width: 98px;
	height: 39px;
	line-height: 39px;
	font-size: 12px;
	background: url(../images/nav_ro.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav ul li.last{ float: right; margin-right: -1px; }


