#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #ececec;
}
#menu li {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 69%;
}
#menu a {
	border-bottom: 1px solid #393939;
	color: #333333;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	background-color: #ececec;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 8px;
	background-color: #000000;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
