/***************************************************************************
	LEFT MENU
***************************************************************************/

#navlist
{
	font-size: 11px;
	margin-left: 0px;
	color: #000000;
	font-family: Verdana;
	padding: 0px 0px;
}

#navlist li
{
	list-style: none;
	margin-bottom: 4px;
}

#navlist a
{
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 3px 3px 3px 6px;
	background-color: #D8BCA0;	
	border-top: 1px solid #673502;
	border-right: 1px solid #673502;
	border-bottom: 1px solid #673502;
	border-left: 1px solid #673502;
}

#navlist a#active {
	border-top-color: #673502;
	border-right-color: #673502;
	border-bottom-color: #673502;
	border-left-color: #673502;
	background-color: #D8BCA0;
	color: #000000;
}

#navlist a
{
	width: 99%;
}

#navlist a
{
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px;
}

#navcontainer>#navlist a
{
	width: auto;
}

#navlist a:hover
{
	background-color: #ffcc66;
}

#navlist a:active, #navlist a#active:active
{
	background-color: #D8BCA0;
	color: #000000;
}