/* Basic code - don't modify */
 
 #header_menu { display: block; margin: 0; padding: 0; position: relative; }
  #header_menu li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #header_menu a { display: block; }
  #header_menu ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #header_menu ul { line-height: 0; } /* IE6 "fix" */
  	#header_menu ul a { zoom: 1; } /* IE6/7 fix */
    #header_menu ul li { float: none; }
    #header_menu ul ul { top: 0; }
    
/* Essentials - configure this */

#header_menu ul { width: 160px; }
#header_menu ul ul { width: 160px; }

/* Everything else is theming */
/* #3d6d9f, 02 #277f50, 03 #df8237, 04 #ef503b, 05 #6d8f23, 06 #7f6d4f */
#header_menu { background-color: #fff; background-image:url(../images/header_menu_bg.png); height: 30px; }
#header_menu *:hover { background-color: none; }
#header_menu a { border-right: 1px solid #ccc; color: #444; font-size: 13px; padding: 8px 15px; line-height: 1; text-decoration:none; }
  #header_menu li.hover a { background-color: #fff; color:#3d6d9f; }
  #header_menu ul { top: 30px; }
    #header_menu ul li a { background-color: #fff; color:#3d6d9f; }
      #header_menu ul a.hover { background-color: #3d6d9f; color:#fff; }
   #header_menu ul a { border-bottom: 1px solid #ddd; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #header_menu ul a { border-bottom: none; } - I also needed this for IE6/7 */


