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