
#topmenu{
	position:relative;
	left: 68px;
	top: 47px;
	padding: 0;
	width: 100%;
	background: transparent;
}

#topmenu ul{
	font-family: "Swis721 Blk BT", Arial Black, Impact, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: none;
	text-transform: uppercase;
	margin:0;
	padding: 0;
	list-style: none;
}

#topmenu li{
	display: inline;
	padding: 0;
	text-transform:uppercase;
}

#topmenu a{
	float: left;
	height: 18px;
	width:	100px;
	display: block;
	color: white;
	margin: 0 4px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-align:	center;
	text-decoration: none;
	letter-spacing: 2px;
	background-color: #8B2608; /*Default menu color*/
	border-bottom: 0px solid white;
}

#topmenu a:hover{
	color: #493F40;
	background-color: #ffffff; /*Menu hover bgcolor*/
}

#topmenu #current a{ /*currently selected tab*/
	color: #493F40;
	background-color: #ffffff; /*Brown color theme*/ 
	border-color: #D25A0B; /*Brown color theme*/ 
}


