/***********************************************
  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-image: url('../images/bgmenubar.jpg'); font: 0.85em Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; 	letter-spacing: .15em; text-transform: uppercase; border-bottom: 1px solid #eaab42; height: 30px;/* Don't change this position attribute */ position: relative; visibility: hidden; }
#mainMenu a { text-decoration: none; color: #FFFFFF; padding-left: 5px; padding-right: 5px; padding-bottom: 5px; /* Don't change these two options */ position: absolute; bottom: -1px; }
#submenu { background-color: #285b71; font: 0.85em Arial, Helvetica, sans-serif; color: #FFFFFF; border-bottom: 1px solid #eaab42;
padding-top: 2px; padding-bottom: 2px; height: 15px; /* Don't change this option */visibility: hidden; width: 100%; }
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-weight: bold; border-left: 1px solid #ff9000;  border-top: 1px solid #ff9000; border-right: 1px solid #ff9000; /* CHANGED !!!!*/ background-color: #285b71; padding-top: 2px; cursor: pointer; }
/*
Style attributes of inactive menu items
*/
#mainMenu .inactiveMenuItem { color: #FFFFFF; cursor: pointer; }
#submenu a { text-decoration: none;	padding-left: 5px; padding-right: 5px; color: #FFFFFF; }
#submenu a:hover { color: #ff9000; }