@charset "utf-8";
/* default tabs DC */

#topMenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#topMenu ul{
font: bold 11px Arial;
margin: 0;
padding: 0;
list-style: none;
}

#topMenu li{
list-style-type: none;
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}

#topMenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 7px 19px;
text-decoration: none;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#topMenu a:hover{
background-color: #B0A090;  /*Menu hover bgcolor*/
border-bottom: 1px solid black;

color: black;
}

#topMenu #current a{ /*currently selected tab*/
background-color: #B0A090; /*Default menu color*/
border-color: #B0A090; /*Brown color theme*/ 
color: black;
}
#topMenu #current a:hover{ /*currently selected tab*/
background-color: #b7a999; /*Default menu color*/
border-color: #b7a999; /*Brown color theme*/ 
}

#subBar{
clear: both;
background-color:#B0A090; 
padding:5px 0;
width: 100%;
height: 18px; 
}
#subMenu{
float:left; width: 100%;
}
#subMenu a, #subMenu a:visited{
	color:#000000; text-decoration: none; padding: 0px 8px;
}
#subMenu a:hover{	text-decoration: underline;}
.listButtons{
	background-color: #B0A090;
	padding: 5px;
	color: black;
	font-size: 12px; font-weight: bold;	
	text-align: right;
}
.listButtons a,.listButtons a:visited{
color: #3d3727; text-decoration: none;
}
.listButtons a:hover{
	 color: #554e39; 
}
#section{	padding:1px; background-color: #f5f5f5;  }