/* Basic code - don't modify */

#menu_id { display: block; margin: 0; padding: 0; position: relative;}
#menu_id li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#menu_id a { display: block; }
#menu_id ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #menu_id ul { line-height: 0; } /* IE6 "fix" */
#menu_id ul a { zoom: 1; } /* IE6/7 fix */
#menu_id ul li { float: none; }
#menu_id ul ul { top: 0; }

/* Essentials - configure this */

#menu_id ul { width: 130px; }
#menu_id ul ul { left: 131px; }

/* Everything else is theming */

#menu_id { background-color: black; height: 30px; width: auto; display:inline;}
#menu_id *:hover { background-color: none; text-decoration: underline;}
#menu_id a { border-right: 0px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; margin: 0px 3px 0px 3px;}
#menu_id li.hover a { background-color: black;}
/*
  #menu_id li.hover a { background-color: #5E5A5A;}
*/
#menu_id ul { top: 24px;}
#menu_id ul li {margin-top: -1px;}
#menu_id ul li a { background-color: black;}
#menu_id ul a.hover { background-color: #5E5A5A; text-decoration: underline;}
#menu_id ul a { border-bottom: 0px solid white; border-right: none;}
/*
#menu_id ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
*/
/* #menu_id ul a { border-bottom: none; } - I also needed this for IE6/7 */

