



/***********************************************

  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:#00ff00;*/

	background-image:url('../images/bgmenubar.gif');  	

	/* Font & character properties of main menu items */	

	font: 75%/1em Arial, Helvetica, sans-serif 

	color: #FFFFFF;  	                                               

	letter-spacing   : .05em; 

	text-transform   : uppercase; 		

    /* Bottom border of main menu */

	border-bottom:1px solid #FFFFFF;

	/* Height of main menu */   

	height:30px;	         

	 /* Don't change this position attribute */	                                           		

	position:relative;	                                               

	visibility: hidden;
	
	/*width:656px;*/

}



#mainMenu a {

	/* Custom font/character properties*/

	text-decoration:none;

	color: #FFFFFF;  

    /* Spaces at the left of main menu items */

	padding-left: 3px;	 

    /* Spaces at the right of main menu items */	                                               

	padding-right: 3px;	                                                

	padding-bottom: 3px; 

	/* Don't change these two options */

	position:absolute;

	bottom:-1px;

}



#submenu {		

    /* Background color of sub menu items */

	background-color:#0000FF;	

	/* Font & character properties of submenu items */	

	color: #FFFFFF;                                          

/*	text-transform   : lowercase; 	*/		

	border-bottom:1px solid #FFFFFF;

	/* Misc bar properties */	

	padding-top: 3px; 

	height: 15px; 

    /* Don't change this option */	

	visibility: hidden;
	
	width:100%;

	/*width:656px;*/	                                                        

}





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; 

	/* Border options */

	border-left:1px solid #FFFFFF;                                     	

	border-top:1px solid #FFFFFF;

	border-right:1px solid #FFFFFF;		

	/* Background color */

	background-color:#0000FF;

	padding-top: 2px; 

	/* 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: #FFFFFF;  

}



#submenu a:hover {

	/* Color on mouseover of sub menu items */

	color: #000000;   

}




