@charset "UTF-8";
#nav {
	width: 100%;
	margin: 0px auto 0px auto;
	border-bottom: 2px solid #F9EC90;
	height:32px;
}

#nav ul
{
	padding: 0;
	margin: 0 0 0 0px;
}
#nav ul li
{
	list-style-type: none;
	float:left;
	text-align: center;
}
#nav a
{
	position: relative;
	top: 1px;
	float: left;
	padding: 6px 5px 0 14px;
	margin: 0px 1px 0px 0px;
	list-style: none;
	height:24px;
	cursor: pointer;
	font-weight:bold;
}
#nav a:hover
{
	background-color: #ffffff;
	color:#003366;
	background-image: url(../images/template/bg-nav.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
}
#nav a.active {
	background-color: ;
	border-top: 2px solid #ffffff;
	color:#003366;
	font-weight:bold;
	background-image: url(../images/template/bg-nav-active.jpg);
	background-repeat: no-repeat;
	background-position: left center;

}
#snav a.active:hover {
	background-color: ;
	border-top: 2px solid #ffffff;
	color:#003366;
	font-weight:bold;
	background-image: url(../images/template/bg-nav-active.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
}


