#mainMenu {
	font: 14px Arial, Helvetica, sans-serif; 
	background-color:#FFFFFF;			
	margin:0;
	margin-left:8px;
	margin-right:8px;
	color: #271F84;  	                                               
	letter-spacing: .15em; 
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:3px solid #271F84;
}

#mainMenu a {
	/* Custom font/character properties*/
	text-decoration:none;
	color: #FFFFFF;  
    /* Spaces at the left of main menu items */
	padding-left:5px;	 
    /* Spaces at the right of main menu items */	                                               
	padding-right:5px;	     
	/* Do not modify below */
	bottom:-1px;
}

#mainMenu a:hover {
	/* Color on mouseover of sub menu items */
	color: #FF0000;   
}

#mainMenu .activeMenuItem {
	/* Font property of active main menu item*/	
	font-weight:bold;
	color:#FF0000;
	/* Handcursor on mouseover */	
	cursor:pointer;	                                                    
}

#mainMenu .inactiveMenuItem {		
	/* Text color */
	color:  #271F84;
	/* Handcursor on mouseover */	                                                    
	font-weight:bold; 
	cursor:pointer;	                                                    
    bottom: -1px;
}

html>body #clearmenu { 
	/* non IE browsers menu bottom spacing */ 
	margin-bottom: 2px;                               
}

