/* Basic code - don't modify */
 

  #nav li { display: block; list-style: none; margin: 0; padding-right: 5px; float: left; position: relative; top: 3px; }
  #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: 200px; }
#nav ul ul { left: 20px; }

/* Everything else is theming */
 
#nav { height: 54px; width: 1009px; background-repeat: no-repeat; }
#nav *:hover {  }
#nav a { border-right: none; color: #79A1EC; font-size: 12px; padding: 10px; margin-right: 143px; line-height: 1.2; text-decoration: none; font-family: verdana, ariel, Tahoma, Syntax, sans-serif; font-weight: bold;}
#nav a.last { margin-right: 0; }
#nav a.first { margin-left: 20px;}

#nav a:visited { text-decoration: none; border-bottom: none;}
#nav li.hover a { background-color: #AA0000; color: #fff; font-weight: bold; }
#nav ul { top: 45px; }
#nav ul li a { background-color: #AA0000; color: #fff; }
#nav ul a.hover { background-color: #fff; color: #AA0000; }
#nav ul a { border-bottom: 1px solid #AA0000; border-right: none; opacity: 0.8; filter: alpha(opacity=80); }
#nav ul a { border-bottom: none; borner: none;} - I also needed this for IE6/7 */

