#navcontainer
{
	margin: 0 auto;
	padding: 1em 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000000;
	background-color: #FFFF99;
	position: relative;
	height: auto;
	width: 800px;
	left: auto;
}

/* 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;
	width: 92%;
	font-size: 0.8em;
	text-decoration: underline;
	left: auto;
	right: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: auto;
	bottom: auto;
	background-color: #FFFF99;
	color: #000000;
}

ul#navlist li
{
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	font-family: "Lucida Handwriting", "Maiandra GD";
	color: #000000;
}

ul#navlist li a
{
	display: block;
	width: auto;
	padding: 0.5em;
	color: #000000;
	text-decoration: underline;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #990000;
}

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

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
