#menu {
	background: #254018;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
	

}

#menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;

}

#menu a {
	background: #254018;
	border-bottom: 1px solid #000;
	color: #cccccc;
	display: block;
	text-decoration: none;
	line-height: 3;	
}

#menu a#current {
	background: #BD0E27;
	border-bottom: 1px solid #000;
	color: #fff;
	display: block;
	margin: 0;
	/*padding: 8px 12px;*/
	text-decoration: none;
	line-height: 3;	
}

#menu a:hover {
	background: #6A8917;
	color: #000;
	/*padding-bottom: 8px;*/
	line-height: 3;	
}	
