
#navcontainer {
	background: #f7f2ea;
	margin: 0px 10px 5px 0;
	padding: 1px;
	text-align: left;
	border: 1px solid #aaab9c;
	height: 30px;
}

ul#navlist {
	list-style: none;
	text-align: left;
}

ul#navlist li {
	display: block;
	float: left;

	
}

ul#navlist li a {
	display: block;
	color: gray;
	text-decoration: none;
	background: #f7f2ea;
	font-weight: normal;
	text-align: center;
	padding: 7px 25px 7px 25px;
	font-weight: bold;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
	background: #ffb300;
	color: black;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: black;
	background: #DBDBDB;

}

ul#navlist a.selected  {
	background: #ffb300;
	color: white;
}
