
body {
	background-color: #3399CC;
}


#navcontainer
{
	background: #transparent;
	margin: 0 auto;
	padding: 0 0 0 0;
	font-family: Verdana,Arial;
}


/* to stretch the container div to contain floated list */
#navcontainer:after
{
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

ul#navlist
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: 0.7em;
}

ul#navlist li
{
	display: block;
	float: left;
	width: 18%;
	margin: 0;
	padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.5em;
	border-width: 1px;
	border-color: #f1e9cc #eeebde #eeebde #f1e9cc;
	border-style: solid;
	color: #a97b50;
	text-decoration: none;
	background: #f6f4ec;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	background: #ece8d9;
	color: #845c37;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #866241;
	background: #e3ddc9;
	border-color: #eeebde #f1e9cc #f1e9cc #eeebde;
}

