/* Basic code - don't modify */
 
 #navigation { border:0px solid red;width:914px; height:38px;display: block; margin: 0 auto; padding: 0; position: relative; }
  #navigation li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #navigation a { display: block; }
  #navigation ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #navigation ul { line-height: 0; } /* IE6 "fix" */
  	#navigation ul a { zoom: 1; } /* IE6/7 fix */
    #navigation ul li { float: none; }
    #navigation ul ul { top: 0; }
    
/* Essentials - configure this */

#navigation ul { width: 230px; }
#navigation ul ul { left: 231px; }

/* Everything else is theming */
 
#navigation { background-color: #6b98c5; height: 38px; }
#navigation *:hover { background-color: #225896; }
#navigation a { border-left: 1px solid #6b98c5; border-right: 1px solid #6b98c5;color: white; font-size: 12px; text-decoration:none;padding: 13px; line-height: 1; }
  #navigation li.hover a { background-color: #225896; border-left: 1px solid #fff; border-right: 1px solid #fff;}
  #navigation ul { top: 38px; }
    #navigation ul li a { background-color: #225896; font-size:11px; padding: 8px;}
      #navigation ul a.hover { background-color: #6b98c5; }
   #navigation ul a { border-bottom: 1px solid white; border-left:1px solid white;border-right: 1px solid white; opacity: 1; filter: alpha(opacity=90); }
/* #navigation ul a { border-bottom: none; } - I also needed this for IE6/7 */


