#menu {
	float: left;
	width: 202px;
	font-size: 10px;
	text-align: left;
}
#menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0px 5px 40px;
	color: #5A5A5A;
	background: url(images/bullet.gif) 16px 35% no-repeat;
	display: block;
	width: 162px;
	height: 13px;
}
#menu a:hover {
	color: #86B032;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/gradient.gif) repeat-y;
}
li {
	margin: 0;
	padding: 0;
	background: url(images/spacer.gif) left bottom no-repeat;
}
#submenu a {
	padding-left: 30px;
	line-height: 10px;
	background: none;
	background-color: #fff;
	width: 172px;
	font-weight: bold;
	font-size: 9px;
	color: #668B1C;
}