#cssmenu {
	width:998px;
	color: #EBD8C5;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
}
#cssmenu ul {
	list-style-type:none;
	width:780px;
	display:block;
	height:33px;
	font-size:1em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
	padding:0;
	color: #EBD8C5;
}
#cssmenu li {
	display:block;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4EDDA;
}
#cssmenu li a {
	float:left;
	color:#000;
	text-decoration:none;
	height:24px;
	font-weight:normal;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#cssmenu li a:hover {
	color:#fff;
}
#cssmenu .active {
	color:#000;
	text-decoration:none;
}
#cssmenu .active a {
	color:#620000;
	font-weight:normal;
}
#cssmenu li.active {
	color: #B9b49f;
}
