
#menu {
	/* background: #333; */
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	height: 30px;
}
#menu li {
	float: left;
	font: 10pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: none
}
#menu a {
	background: #3E1500 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	width: 80px;
	text-align: center;
}
#menu a:hover {
	background: #804624 url("images/hover2.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}

#menu a.active {
	background: #98552B url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}