/* Basic code - don't modify */
 
 #navbar ul { display: block; margin: 0; padding: 0; position: relative; }
  #navbar ul li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #navbar ul a { display: block; }
  #navbar ul ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #navbar ul ul { line-height: 0; } /* IE6 "fix" */
  	#navbar ul ul a { zoom: 1; } /* IE6/7 fix */
    #navbar ul ul li { float: none; }
    #navbar ul ul ul { top: 0; }
    
/* Essentials - configure this */

#navbar ul ul { width: 200px; z-index:999; }
#navbar ul ul ul { left: 131px; z-index:999; }

/* Everything else is theming */
 
#navbar ul { background-color: #30A8C3; height: 24px; }
#navbar ul *:hover { background-color: none; }
#navbar ul a { padding-top:6px; padding-bottom:6px;  line-height: 1;  text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:12px; color:#FFF; font-weight:bold; }

  #navbar ul ul { top: 25px; }
    #navbar ul ul li { width:auto; }
      /*#navbar ul ul a.hover { background-color: #30A8C3; }*/
   #navbar ul ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #navbar ul ul a { border-bottom: none; } - I also needed this for IE6/7 */

