/* Basic code - don't modify */

 #wad { display: block; margin-left:auto;margin-right: auto;margin-top:0; padding: 0; position: fixed;width:100%; }
  #wad li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #wad a { display: block; text-decoration:none;text-align:left; }
  #wad ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #wad ul { line-height: 0; } /* IE6 "fix" */
  	#wad ul a { zoom: 1;text-decoration:none;text-align:left; } /* IE6/7 fix */
    #wad ul li { float: none; }
    #wad ul ul { top: 0; }

/* Essentials - configure this */

#wad ul { width: 152px; }
#wad ul ul { left: 153px; }

/* Everything else is theming */

#wad { background:#06F; height: 24px; }
#wad *:hover { background-color:none;text-align:left; }
#wad a { border-right: 0px solid white;text-decoration:none; color: white; font-size: 12px; padding: 6px; line-height: 1; }
  #wad li.hover a { background-color: #5E5A5A;text-align:left; }
  #wad ul { top: 25px; }
    #wad ul li a { background-color: #5E5A5A;text-align:left; }
      #wad ul a.hover { background-color: #06F;text-decoration:none;text-align:left;font-size:12px; }
   #wad ul a { border-bottom: 0px solid white;text-align:left; border-right: none;text-decoration:none; opacity: 0.9; filter: alpha(opacity=90); }
/* #wad ul a { border-bottom: none; } - I also needed this for IE6/7 */

