#navcontainer
{
margin: 0;
padding: 0 0 0 0;
}

#navcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#navcontainer A
{
	color: #FFFFFF;
	display: block;
	width: 100px;
	text-decoration: none;
	margin: 0 0px;
	padding: 7px 10px;
	background-color: #00380B;


	border-left: 3px groove #;
	border-right: 10px solid #F4EDD0;
	text-align: center;
	font-weight: bold;
}

#navcontainer A:hover, #navcontainer A:active {
	background-color: #006213;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }
* {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
#whitespacer{
	float: left;
	width: 10px;
	height: 28px;
	background-color: #F4EDD0;
	}
#menubar{
	width: 100%;
	height: 28px;
	background-color: #00380B;
	text-align: center;
	}
