/***********************************************
  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 {
	/* Font & character properties of main menu items */	
	font-family: "Times New Roman", Times, serif, "Book Antiqua";
	font-variant: small-caps;
	color: #000000;
	letter-spacing: 0.1em;
	/* Bottom border of main menu */
	border-bottom:1px;
	border-bottom-color: #A51E16;
	/* Height of main menu */   
	height:20px;
	/* Don't change this position attribute */	                                           		
	position:relative;
	visibility: hidden;
	border-bottom-style: groove;
	font-size: 11pt;		
}

#mainMenu a {
	/* Custom font/character properties*/
	color: #069;
	text-decoration: none;
	/* 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 */
	 
	/* Font & character properties of submenu items */	
	color: #069;
	font-style: italic;
	/*	text-transform   : lowercase; border-bottom:1px;
	border-bottom-color: #A51E16;
	*/		
		/* Misc bar properties */	
	padding-top: 3px;
	height: 15px;
	/* Don't change this option */	
	visibility: hidden;
	width:100%;
	background-color: #FFFFFF;
	font-size: .85em;	
}


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: #800600;
	/* Border options */
	
	/* Background color */

	padding-top: 2px;
	/* Handcursor on mouseover */	
	cursor:pointer;
	
}

/*
Style attributes of inactive menu items
*/
#mainMenu .inactiveMenuItem {		
	/* Text color */
	text-decoration:none;
	color: #069;
	/* Handcursor on mouseover */	                                                    
	cursor: pointer;	                                                    
}

#mainMenu .selectMenuItem {
/* text color */
	color: #AC9397;
	text-decoration: none;
	}
	
#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: #069;  
}

#submenu a:hover {
	/* Color on mouseover of sub menu items */
	color: #800000;
	text-decoration: underline;
}

#submenu a:select {
	/* Color on selection of sub menu items */
	color: #AC9397;
    text-decoration: underline;
	}

#container #contentred {
	color: #800000;
}
.bluefont {
	color: #069;
}
.style1 {
	color: #333;
}
.style1 {
	color: #800600;
}

