/***********************************************
  Modified version based on the following: 
* Tab Menu- By Alf Magne Kalleland post@removethisdhtmlgoodies.com
* Website Address: http://www.dhtmlgoodies.com
* Script featured/ available at Dynamic Drive: http://www.dynamicdrive.com/
* This notice must stay intact for use
***********************************************/
		
#mainMenu {
	background-color:#725673;		
                font-size: 14px;
                font-family: Arial, Helvetica, sans-serif ;
                font-weight: none;
	color: #FFFFFF;  	                                               
	letter-spacing   : 3px; 
/*	text-transform   : uppercase; 	*/	
	border-bottom:1px solid #737373;
	height:30px;	         
	 /* Don't change this position attribute */	                                           		
	position:relative;	                                               
	visibility: hidden;
}

#mainMenu a {
	text-decoration:none;
	color: #FFFFFF;  
	padding-left:15px;	 	                                               
	padding-right:15px;	                                                
	padding-bottom: 7px; 
	/* Don't change these two options */
	position:absolute;
	bottom:-1px;
}

#submenu {		
	background-color:#737373;		
	color: #FFFFFF;                                          
                font-size: 12px;
                letter-spacing   : 1px;
/*	text-transform   : lowercase; 	*/		
	border-bottom:2px solid #725673;
	/* Misc bar properties */	
	padding-top: 3px; 
	height: 15px; 
    /* Don't change this option */	
	visibility: hidden;
	width:100%;	                                                        
}


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 {
	font-weight:none; 
	border-left:1px solid #737373;                                     	
	border-top:1px solid #737373;
	border-right:1px solid #737373;		
	background-color:#737373;
	padding-top: 2px; 
	/* Handcursor on mouseover */	
	cursor:pointer;	                                                    
}

/*
Style attributes of inactive menu items
*/
#mainMenu .inactiveMenuItem {		
	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:10px;	         
	/* Space at the right of each sub menu item */	                                     
	padding-right:10px;	                                              
	color: #FFFFFF;  
}

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


