﻿#topmenu {
	align: center;
	padding: 0;
	width: 100%;
	background-color: #e3be45;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#topmenu ul {
	float: left;
	margin: 0;
	margin-right: 0px; /*margin between first menu item and left browser edge*/;
	padding: 0;
	list-style: none;
}
#topmenu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#topmenu a {
	float: left;
	display: block;
	font: 15px;
	font-weight: bold;
	color: #680800;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding:4px 13px;
	background-color: #e3be45; /*Brown color theme*/
}
#topmenu a:hover {
	background-color: #ce7b00; /*Brown color theme*/;
	color: #ffffff;
}
#topmenu #current a {
	/*currently selected tab*/
	background-color: #ce7b00; /*Brown color theme*/;
	color: #ffffff;
}
