
#menu {
	background: #6e3a0a;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	vertical-align: bottom;
}
#menu li {
	float: left;
	font: 80.0% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 24px;
}
#menu a {
	background: #6e3a0a url("images/seperator.gif") bottom right no-repeat;
	color: #dfc387;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	height: 24px;

}
#menu a:hover {
	background: #78644D url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	height: 24px;

	}
.menuright {
vertical-align:middle;
}

