#menu {
	background: #FAF9EE;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
	max-height: 420px;
}
#menu li {
	font: 77.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #FAF9EE;
	border-bottom: 0px solid #393939;
	color: #007D65;
	display: block;
	margin: 0;
	padding: 7px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #FAF9EE url("images/hover.gif") left center no-repeat;
	color: #007D65;
	padding-bottom: 7px;
}                    
                    

