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

#globalNav ul {  }
#globalNav ul ul { left: 131px; }

/* Everything else is theming */
 
  #globalNav ul { top: 28px; }
    #globalNav ul li a { background-color: #5E5A5A;padding:10px;color:#FFF !important; height:auto !important; text-decoration:none;width: 130px; background-image:none !important;}
      #globalNav ul a.hover { background-color: #600; }
   #globalNav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #globalNav ul a { border-bottom: none; } - I also needed this for IE6/7 */

