#menu {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 233px;
	padding-bottom:15px;
}
#menu li {
	font: 13px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
}
#menu a {
	border-bottom: 1px solid #d1d5cb;
	color: #282828;
	display: block;
	margin: 0px;
	padding: 7px 15px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #d7dad2 url("../images/hover.gif") left center no-repeat;
	padding-bottom: 7px;
}