#menu {
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	background: #666666;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 22px;
}
#menu li {
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #666666;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding:3px 0px 3px 12px;
}
#menu a:hover {
	background: #093753 url("images/hover.gif") left center no-repeat;
	
}
