


#navcontainer li
{
	list-style-type: none;
	text-align: left;
	background-position: left;
	
}



#navcontainer li a
{
background: transparent url(/images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 110%  "Century Gothic", Arial, verdana, lucida, sans-serif;
text-decoration: none;
color: #663300;
}

#navcontainer li a:hover
{
background: transparent url(/images/list-off.gif) left center no-repeat;
font: bold;
color: black;
}

#navcontainer li a#current
{
background: transparent url(/images/list-active.gif) left center no-repeat;
font: bold;
color: black;
}


.menutitle{
	font: bold 120%  "Century Gothic", Arial, verdana, lucida, sans-serif;
	text-decoration: none;
	color: #663300;
	margin-top: 20px;
}


.menutitle2{
	font: bold 120%  "Century Gothic", Arial, verdana, lucida, sans-serif;
	text-decoration: none;
	color: #black;
	margin-top: 20px;
}
	
