/***********************************************
  Modified version for Web Before/After Makeovers 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 {
	color: #FFFFFF;
	/* Height of main menu */   
	height:88px;
	/* Do not modify below */
	position:relative;
	visibility: hidden;
	float: right;
	width: 450px;
	letter-spacing: 0.2em;
	font-size: large;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}

#mainMenu a {
	/* Custom font/character properties*/
	text-decoration:none;
	color: #FFFFFF;
	/* Do not modify below */
	position:absolute;
	padding: 5px;
}

#submenu {
	/* Background color of sub menu items */
	background-color:#FFFFFF;
	/* Font & character properties of submenu items */	
	color: #FFFFFF;
	border-bottom:1px solid #CC7E55;
	/* Do not modify below */
	visibility: hidden;
	width:100%;
	display: block;
	padding-top: 3px;
}


#submenu div {
	/* Do not modify below */
	white-space:nowrap;	                                                
}


/*
Style attributes of active menu item 
*/

#mainMenu .activeMenuItem {
	/* Background color */
	background-color:#FFFFFF;
	/* Font property of active main menu item*/	
	font-weight:bolder;
	padding-top: 2px;
	bottom: -1px;
	/* Handcursor on mouseover */	
	cursor:pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	color: #000000;
}


/*
Style attributes of inactive menu items
*/

#mainMenu .inactiveMenuItem {		
	/* Text color */
	color:  #FFFFFF;
	/* Handcursor on mouseover */	                                                    
	cursor:pointer;	                                                    
    bottom: -1px;
}

#submenu a {	
	/* By default, there is no underline for submenu items. However, if you do 
	   want this setting enabled, change line below to text-decoration:underline; */
	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: #CC7E55;   
}

html>body #clearmenu { 
	/* non IE browsers menu bottom spacing */ 
	margin-bottom: 2px;                               
}
