#menu1 {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 250px;
}
#menu1 li {
	font: 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu1 a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu1 a:hover {
	background: #FFC425 url("") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}