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

#nav ul { width: 280px; }
#nav ul ul { left: 281px; }

/* Everything else is theming */
 
#nav { height: 29px; left:27px; margin: 0px auto;}
#nav *:hover { background-color: #51d125; }
#nav a {  color: #ffffff; font-size: 12px; padding: 6px 38px; font-weight: bold; text-decoration: none; }
#nav span {  color: #ffffff; font-size: 12px; padding: 6px 38px; font-weight: bold; text-decoration: none; display: block; }
  #nav li a.hover {  color: #fff; text-decoration: underline; }
  #nav ul { top: 27px; color: #fff; text-decoration: none; font-size: 13px; font-weight: normal; }
  	#nav li ul li.hover a { color: #fff; text-decoration: none;  }
    #nav ul li a { background-color: #2FA51B; color: #fff; text-decoration: none; font-size: 13px; font-weight: normal; }
    #nav ul li span { background-color: #2FA51B; color: #fff; text-decoration: none; font-size: 13px; font-weight: normal; }
      #nav ul a.hover { background-color: #2F7D1B; color: #fff; text-decoration: none;}
   #nav ul a { border-bottom: 1px solid #1d8a64; border-right: none; opacity: 0.9; filter: alpha(opacity=90); color: #fff; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */