/* Basic code - don't modify */
 #menu {  border-bottom: 1px solid gray;text-shadow:1px 1px 1px gray; font-family: "Trebuchet MS", sans-serif; display: block; 
          margin: 0; padding: 0; position: relative; width:auto; position:fixed; left: 0%; right: 0%;  
          /*opacity: 0.85;*/z-index:100; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; top:0px;}
  #menu li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #menu a { display: block; -webkit-border-radius:5px; }
  #menu ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #menu ul { line-height: 0; } /* IE6 "fix" */
        #menu ul a { zoom: 1; } /* IE6/7 fix */
    #menu ul li { float: none; }
    #menu ul ul { top: 0; }

/* Essentials - configure this */

#menu ul { width: 210px; }
#menu ul ul { left: 131px; }

/* Everything else is theming */

#menu { background-color: #30A8C3; height: 21px;}
#menu *:hover { background-color: none; }
#menu a { color: white; font-size: 14px; padding: 3px; line-height: 1; text-decoration: none; font-weight: bold; }
  #menu li.hover a { background-color: #8dbdd8; }
  #menu ul { top: 21px; }
    #menu ul li a { background-color: #30A8C3; text-decoration: none; }
      #menu ul a.hover { background-color: #e6EEEE; color: black;}
   #menu ul a { opacity: 0.9; filter: alpha(opacity=90); text-decoration: none; }
   #menu .right {float: right; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; }
/* #menu ul a { border-bottom: none; } - I also needed this for IE6/7 */
