/* Basic code - don't modify */
 
 #debutmenu { display: block; margin: 0; padding: 0; position: relative; }
  #debutmenu li { display: block; list-style: none; padding: 0; float: left; position: relative;
	margin: 0 0 0 40px;
}
  #debutmenu a { display: block; font-weight: bold; text-decoration: none; text-transform: uppercase;}
  #debutmenu ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #debutmenu ul { line-height: 0; } /* IE6 "fix" */
  	#debutmenu ul a { zoom: 1; } /* IE6/7 fix */
    #debutmenu ul li { float: none; margin: 0; }
    #debutmenu ul ul { top: 0; }
    
/* Essentials - configure this */

#debutmenu ul { width: 130px; left: -20px; }
#debutmenu ul ul { left: 131px; }

/* Everything else is theming */
 
#debutmenu { height: 20px; }
#debutmenu *:hover { background-color: none; }
#debutmenu a { color: white; font-size: 12px; line-height: 20px;
	padding: 6px 15px;
}
  #debutmenu li.hover a {  }
  #debutmenu ul { top: 30px; }
    #debutmenu ul li a { background-color: #094e92; line-height: 15px; }
      #debutmenu ul a.hover { background-color: #0c396a; }
   #debutmenu ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

