		
#mainMenu {
	/* Background color of main menu */
	/*	background-color:#1D6963;*/
	background-image:url('../images/bgmenubar_11.jpg');  	
	/* Font & character properties of main menu items */	
	font: .95em Arial, Helvetica, sans-serif; 
	color: #FFFFFF;  	                                               
	letter-spacing   : 1px; 
	text-transform   : uppercase; 		
    /* Bottom border of main menu */
	/* border-bottom:1px solid #CC7E55; */
	border-bottom:0px solid #CC3333;
	/* Height of main menu */   
	height:26px;	         
    position:relative;
	background-color:#336600;
}

#mainMenu a {
	width: 77px;
	height: 15px;
	text-align: center;
	/* 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;	                                                
	padding-bottom: 5px; 
	/* Don't change these two options */
	position:absolute;
	bottom:-1px;
}

#submenu {		
    /* Background color of sub menu items */
	/* background-color:#FF3333;	*/
	 background-color: #edfae1;
	/* Font & character properties of submenu items */	
	color: #336600;                                          
	/*	text-transform   : lowercase; 	*/		
	border-top:1px solid #336600;
	/* Misc bar properties */	
	padding-top: 4px; 
	padding-left: 20px;
	height: 15px; 
	width: 740px;
                                                      
}


html>body #clearmenu { 
	/* non IE browsers menu bottom spacing */ 
	margin-bottom: 2px;                               
}

#submenu div {
	/* Don't change this option */
	white-space:nowrap;	                                                
}

/*
Style attributes of active menu item 
*/

	

#mainMenu .activeMenuItem {
	/* background graphics */
	background: transparent url('../images/bg_menutab_active.gif') left top;  	
	width: 77px;
	height: 15px;
	text-align: center;
	/* Font property of active main menu item*/	
	font-weight:normal;
	color: #336600;
	padding-top: 5px; 
	/* Handcursor on mouseover */	
	cursor:pointer;
		                                                   
}

#mainMenu a:hover {
	/* background graphics */
	background: transparent url('../images/bg_menutab_high.gif') left top;  	
	width: 77px;
	height: 15px;
	text-align: center;
	/* Font property of active main menu item*/	
	font-weight:normal; 
	padding-top: 5px; 
	/* Handcursor on mouseover */	
	cursor:pointer;	                                                    
}

/*
Style attributes of inactive menu items
*/
#mainMenu .inactiveMenuItem {		
	/* Text color */
	color:  #FFFFFF;
	/* Handcursor on mouseover */	                                                    
	cursor:pointer;	                                                    
}

#submenu a {	
	/* No underline on sub menu items - use 
	text-decoration:underline; if you want the 
	links to be underlined */
	text-decoration:none;	                                            
	/* Space at the left of each sub menu item */	
	padding-left:5px;	         
	/* Space at the right of each sub menu item */	                                     
	padding-right:5px;	                                              
	color: #336600;  
}

#submenu a:hover {
	/* Color on mouseover of sub menu items */
	color: #274c01;
	border-bottom:1px dashed #274c01;   
}

