/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; float:right; font-family: Arial; z-index:8;}
  #nav li {display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; margin-right:15px; text-align:left; }
  #nav a { display: block; color:#000; float:left; width:100%; }
  #nav a:hover {color:#DD0000; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0;background-color: #eee; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; width:100%; white-space:nowrap; float:left;} /* IE6/7 fix */
    #nav ul li { float: left; clear:both; }
    #nav ul li ul li { float: left; clear:both; width:100%; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul {}
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav { height: 24px; font-weight:bold; width:680px; float:right; }
#nav *:hover { background-color: none; }
#nav a {  font-size: 12px; padding: 6px; line-height: 1; }
  #nav li.hover a { }
  #nav ul { top: 25px; }
    #nav ul li a {}
      #nav ul a.hover { }
   #nav ul a {border-right: none; float:left; font-weight:bold; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */




