ul#menu {
	width: auto;
	list-style-type: none;
	margin: 0;
	font-size: 11px;
	padding: 9px;
}

ul#menu ol {
	text-align: left;
	list-style-type: none;
	margin: 0;
	font-size: 10px;
	color: #000000;
	padding-left: 10px;
}

ul#menu li, 
  ul#menu a {
	font-family: verdana, sans-serif;
	color: #7C7827;
	font-weight: bold;
}

ul#menu li {
	border-bottom: solid 0px #b9a894;
	line-height: normal;
}

ul#menu ol li {
	border-bottom: none;
}

ul#menu a {
	text-decoration: none;
  
}

ul#menu a:hover {
	color: #546A05;
}

ul#menu a.active {
	color: #083878;
}

