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

#drop ul { width: 124px; }
#drop ul ul { left: 124px; }

/* Everything else is theming */
 
#drop { width:900px;margin:0px auto;}
#drop *:hover { background-color: none; }
#drop a {  }
#drop li.hover a { }
#drop ul { top:35px; }
    #drop ul li a {width:105px; background-color: #fff;padding:6px 0px 6px 4px;height:19px;font-family:"‚l‚r ‚oƒSƒVƒbƒN";border-width:0px 1px 1px 1px;border-color:#ccc;border-style:solid; }
      #drop ul a.hover { width:105px;background-color:#eee; }
   #drop ul a { border-bottom: 0px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=80); }
/* #drop ul a { border-bottom: none; } - I also needed this for IE6/7 */

