@charset "utf-8";
/* CSS Document */



a.menuItem{
	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:brown;
	display:block;
	float:left;
padding-left:16px;
padding-right:16px;

	font-weight:bold;
	text-decoration:none;
	background:none;
	text-align:center;
margin-left:auto;
	margin-right:auto;
	
	
}

a.menuItem:hover{
	
	color:tan;
	background:none;

}


a.menuItemActive{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:tan;
	display:block;
	float:left;
padding-left:16px;
padding-right:16px;

	font-weight:bold;
	text-decoration:underline;
	background:none;
	text-align:center;
margin-left:auto;
	margin-right:auto;
	cursor:default;
}

	
a.menuItemActive:hover{
	
font-family:Georgia, "Times New Roman", Times, serif;
	color:tan;
	display:block;
	float:left;
padding-left:16px;
padding-right:16px;
	
	font-weight:bold;
	text-decoration:underline;
	background:none;
	text-align:center;
margin-left:auto;
	margin-right:auto;
	
}


a:hover{

color:tan;
background:none;

}
.subMenuItem{
	
	font-family:"Trebuchet MS", trebuchet;
    font-size:13px;
    font-weight:bold;
    color:green;
    text-decoration:none;
 }
 
 a.subMenuItem:hover{
 	
    top:-2px;
 	height:28px;
    color:lightgreen;
    text-decoration:underline;
 
 }
 
 .menuRow{
	
    margin-right:auto;
    margin-left:auto;
    clear:both;
    height:30px;
    
 }
 
 .menuBanner{
 
	 position:relative; 
	 text-align:center; 
	 
 }
