#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 31px;
	padding-bottom: 8px;
	padding-left: 11px;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 8px;
	background-color: #2580a2;
	background-image: url(../images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
