#menu {
	background: #d3d3d3;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
	text-align:left
}
#menu li {
	font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #d3d3d3;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	display: block;
	margin: 0;
	padding: 5px 5px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover, #menu li.current a {
	background: #e31836 url("../art/hover.gif") left center no-repeat;
	color: #ffffff;
	padding-bottom: 5px;
}
