@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 12px;
text-decoration: none;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

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

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

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