@charset "utf-8";
/* CSS Document */



.menuItem{
	
	font-family:"Trebuchet MS";
	color:yellow;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding-left:14px;
	padding-right:14px;

	
}

a.menuItem:hover{
	
	color:white;

}


a:hover{

color:yellow;

}
.menuItemActive{
	
	font-family:"Trebuchet MS";
	color:red;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	background-color:#FFffcc;
	padding-left:17px;
	padding-right:17px;
	
}

	
.menuItemActive:hover{
	
	font-family:"Trebuchet MS";
	color:#FF7F00;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	background-color:#FFffcc;
	padding-left:17px;
	padding-right:17px;
	
}


.subMenuItem{
	
	font-family:"Trebuchet MS", trebuchet;
    font-size:13px;
    font-weight:bold;
    color:#555555;
    text-decoration:none;
 }
 
 a.subMenuItem:hover{
 	
    top:-2px;
 	height:28px;
    color:#555555;
    text-decoration:underline;
 
 }
 
 .menuRow{
	
    margin-right:auto;
    margin-left:auto;
    clear:both;
    height:30px;
    
 }
 
 .menuBanner{
 
	 position:relative; 
	 text-align:center; 
	 
 }
