#mainMenuContainer
{
  background-image: url(../images/menu_back.jpg);
  
  
	}
		
	#mainMenu{
	
		/*background-color: #FFF;	/* Background color of main menu */
		/*background-image: url(../images/menu_back.jpg);
		/*font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
		font-family: Verdana;
		font-size:12px;	/* Font size of main menu items */
		/*border-bottom:1px solid #000000;	/* Bottom border of main menu */
		height:18px;	/* Height of main menu */		
		position:relative;	/* Don't change this position attribute */
		visibility: hidden;

		
	}
	#mainMenu a{
		padding-left:5px;	/* Spaces at the left of main menu items */
		padding-right:5px;	/* Spaces at the right of main menu items */
		font-weight: normal;
		/* Don't change these two options */
		position:absolute;
		bottom:1px;
		text-decoration:none;
	}
	#submenu{		
		/*font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font  of sub menu items */
		/*background-color:#E2EBED;	/* Background color of sub menu items */
		padding-top:10px;
		font-family: Verdana;
		font-size:12px;	/* Font size of main menu items */
		
		
		visibility: hidden;
		width:100%;	/* Don't change this option */
		
	}
	
	html>body #clearmenu{ /* non IE browsers menu bottom spacing */
	margin-bottom: 2px;
	}
	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
	   color: #4CB7E6;	/* Text color */
		/* Border options */
		/*border-left:1px solid #000000;
		/*border-top:1px solid #000000;
		/*border-right:1px solid #000000;		
		/*background-color: #E2EBED;	/* Background color */
		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #19397E; /*#e6e7e8;*/	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #19397E;	/* Text color */
	}
	
	#submenu a:hover{
		color: #19397E;	/* Red color when the user moves the mouse over sub menu items */
	}
	
	#submenu .activeMenuItem{
		color: #ffffff;	/* Red color when the user moves the mouse over sub menu items */
	}
	
	#downloads{
	text-align: right;
	margin-right: 20px;
	margin-bottom: -17px;
   padding-top: 5px;
	font-family: Verdana;
	font-size:12px;	/* Font size of main menu items */
	text-decoration: none;
	}
	
	#downloads a:hover{
		color: #19397E;	/* Red color when the user moves the mouse over sub menu items */
	}
	
