#menu {
	background: #bcab5e;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 14.5em;
}
#menu li {
	font: 81.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #bcab5e url("images/swoosh2.png") left center no-repeat;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 8px 28px 8px 28px;
	text-decoration: none;
}
#menu a:hover {
	background: #a28b31 url("images/swoosh.png") left center no-repeat;
	color: #ffffff;
	padding-bottom: 8px;
	padding-left: 28px;
}
