#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 207px;
	background-color: #DFBD91;
}
#menu li {
	font: 10pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #8A877E;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	background-color: #EEEDE8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCBC6;
}
#menu a:hover {
	color: #8A877E;
	padding-bottom: 8px;
	background-color: #D7D5C8;
	background-image: url(../images/hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

