

/***********************************************
  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 of main menu */
/*	background-color:#1D6963;*/
	background-image:url('../images/background_menu.GIF');
	background-repeat:repeat;
	width:786px;  	
	margin:0 auto;

	/* Font & character properties of main menu items */
	font:100%/1em Verdana, Arial, Helvetica, sans-serif; 
	color: #C0C0C0;
	font:bold;	                                               
	letter-spacing   : .10em;
/*	text-transform   : uppercase; 		*/
    /* Bottom border of main menu */
	border-bottom:1px solid #CC7E55;
	/* Height of main menu */   
	height:20px;	         
	 /* Don't change this position attribute */	                                           		
	position:relative;	                                               
	visibility:visible
	border:hidden;	
}

#mainMenu a {
	/* Custom font/character properties*/
	text-decoration:none;
	color: #0000FF;  
    /* 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;
	border:hidden;	
}

#submenu {		
    /* Background color of sub menu items */
	background-color:#ffffff;
	background-image:url(../images/background_menu.GIF);
	background-repeat:repeat;
	/* Font & character properties of submenu items */	
	font:100%/1em Verdana, Arial, Helvetica, sans-serif; 
	color: #808040;                                          
/*	text-transform   : lowercase; 	*/		
	border-bottom:1px solid #CC7E55;
	/* Misc bar properties */	
	width:786px;  	
	margin:0 auto;
	padding-top: 3px; 
	height: 30px; 
    /* Don't change this option */	
	visibility: visible;
	width:100%;	 
	border:hidden;	                                                       
}


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 property of active main menu item*/	
	font-weight:bold; 
	color: #C0C0C0;
	/* Border options */
	border-left:1px solid #CC7E55;                                     	
	border-top:1px solid #CC7E55;
	border-right:1px solid #CC7E55;		
	/* Background color */
	background-color:#FFFFFF;
	padding-top: 2px; 
	/* Handcursor on mouseover */	
	cursor:pointer;	  
	border:hidden;	                                                  
}

/*
Style attributes of inactive menu items
*/
#mainMenu .inactiveMenuItem {		
	/* Text color */
	color:  #0000FF;
	/* Handcursor on mouseover */	                                                    
	cursor:pointer;	 
	border:hidden;	                                                   
}

#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:#808040;  
	border:hidden;	
}

#submenu a:hover {
	/* Color on mouseover of sub menu items */
	color:#804000;   
	border:hidden;	
}

