#navcontainer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;	
	
	}
	
#navcontainer a {
	display: block;
	color: #FFF;
	background-color: #C05832;
	width: 148px;
	text-decoration: none;
	text-indent: 10px;
	padding: 5px;
	border
; 	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#navcontainer a:hover
{
background-color: #5E4342;
color: #FFF;
}

#navcontainer li { margin: 0 ; }


#active a
{
display: block;
color: #FFF;
background-color: #600;
width: 0em;
padding: .2em .8em;
text-decoration: none;
}