/* Basic code - don't modify */
 
  #navigation ul { display:none; position: absolute; margin: 0; padding: 0; }
  * html #navi 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: 130px; }
#navigation ul ul { left: 131px; }

/* Everything else is theming */
 
  #pullAbout1 { top: 34px; left:493px;}
  #pullAbout2 { top: 34px; left:592px;}
  #pullAbout3 { top: 34px; left:687px;}
    #navigation ul li a { background-color: #00B3B3; background-image: none;height:15px;padding:5px;color:#ffffff;}
      #navigation ul a.hover { background-color: #63BFD2;text-decoration: none }
   #navigation ul li a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #navigation ul a { border-bottom: none; } - I also needed this for IE6/7 */


