#header ul.nav {
	height: 2.2em;
	line-height: 2.2em;
	width: 796px;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	background: #578BB8;
	border-top: 1px solid white;
	color: white;
}

#header ul.nav li {
	float: left;
	list-style-type: none;
	border-right: 1px solid white;
	color: white;
	text-align: center;
}

#header ul.nav li a {
	text-decoration: none;
	color: white;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: normal;
}

#header ul.nav li.hover {
	background: #80b0da;
	color: #ffffff;
	text-decoration: none;
}

#header ul.nav li.active {
	background: #80b0da;
	color: #ffffff;
	text-decoration: none;
}