.navcontainer {
	width: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
}

.navcontainer ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
	display: block;
	padding: 3px 15px;
	width: 170px;
	background-color: #253C20;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.navcontainer a:link, .navlist a:visited
{
color: #EEE;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #006633;
color: #fff;
}

#topmenu
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.bannercontainer
{
	display: block;
	background-color: #253C20;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-position: 200px 75px;
	margin-left: 200px;
}
