#navcontainer {
	padding: 12px 0px 0px 12px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	width: 11em;
}

#navcontainer a, #navcontainer li li a {
	font-size: 0.7em;
	display: block;
	color: #000;
	width: 13em;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 2px solid #fff;
}

#navcontainer a {
	background-color: #FFE784;
	padding: 3px 12px 3px 8px;
}


#navcontainer li li a{
	font-size: 0.7em;
	display: block;
	color: #000;
	background-color: #FFF9BF;
	width: 13em;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}


#navcontainer a:hover, #navcontainer a.current:hover {
	background-color: #FBB942;
	color: #000;
}

#navcontainer a:hover {
	font-weight: normal;
}

#navcontainer a.current:hover {
	font-weight: bold;
}

#navcontainer a.current {
	background-color: #F88C00;
	color: #fff;
	font-weight: bold;
}

/*
	light - FFF9BF
	mid - FFE784
	dark - F88C00
	hover - FBB942
*/