
#menu {
	background: white;
	float: center;
	list-style: none;
	margin: 20;
	padding: 0;
	width: 100%;

}
#menu li {
	float: left;
	font: 18 "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menu #current a {
	background: teal url("images/current.gif") top center no-repeat;
	color: yellow;
	padding-bottom: 8px;
	}

#menu a {
	background: silver url("images/menu-bg.gif") bottom right;
	color: #5f5f5f;
	display: block;
	float: center;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #005f5f url("images/hover.gif") bottom center no-repeat;
	color: white;
	padding-bottom: 8px;
	}

