/* CSS Document */
#navcontainer
{
	background: #E2D1AD;
	margin: 0px;
	padding: 1px 1px 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bolder;
	font-size: 16px;
}

/* 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;
width: 100%;
font-size: 0.9em;
}

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

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.6em;
	color: #777;
	text-decoration: none;
	background: #f7f2ea;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFD5;
	border-right-color: #9D9E8D;
	border-bottom-color: #C3C3C3;
	border-left-color: #fff;
}

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

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

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #800000;
	background: transparent;
	border-top-color: #A0A291;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #B5B5B5;
}
p {
	margin: 2px 0px 0px;
	font-size: 12px;

}

