#menu {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 192px;
}
#menu li {
	font: 13px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #EDEDED;
	border-bottom: 1px solid #FFFFFF;
	color: #666666;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	margin-bottom: 0px !important;
	margin-bottom: -16px;
}
#menu a:hover {
	background: #D6D6D6 url("hover.png") left center no-repeat;
	color: #666666;

}