#menu {
	background: #333 url("images/hover.gif" width="5" height="9" border="0" alt="" );
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
	font-weight: normal;
	font-size: 90%;
}
#menu li {
	font: 50% "Verdana", "Helvetica", "sans-serif";
	margin: 0;
	padding: 0;
}
#menu a {
	background: #800000;
	border-bottom: 1px solid #990000;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #333 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;

