/* Basic code - don't modify */
 

  #navigation li { display: block; list-style: none; margin: 0; padding-right: 5px; float: left; position: relative; top: 3px; z-index: 1}
	
  #navigation a { display: block; }
  #navigation ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #navigation ul { line-height: 0; } /* IE6 "fix" */
  	#navigation ul a { zoom: 1; } /* IE6/7 fix */
    #navigation ul li { float: none; }
    #navigation ul ul { top: 0; }
    
/* Essentials - configure this */

#navigation ul { width: 200px; z-index: 1; }
#navigation ul ul { left: 20px; }

/* Everything else is theming */
 
#navigation { height: 54px; width: 1009px; background-repeat: no-repeat; }
#navigation *:hover {  }
#navigation a { border-right: none; text-align: left; color: #79A1EC; font-size: 12px; padding: 10px; margin-right: 60px; width: 150px; line-height: 1.2; text-decoration: none; font-family: verdana, ariel, Tahoma, Syntax, sans-serif; font-weight: bold;}
#navigation a.last { margin-right: 0; width: 150px;}
#navigation a.first { margin-left: 40px;}
#navigation a.press { margin-right: 30px;}
#navigation a:visited { text-decoration: none; border-bottom: none;}
#navigation li.hover a { background-color: #AA0000; color: #fff; font-weight: bold; }
#navigation ul { top: 45px; }
#navigation ul li a { background-color: #AA0000; color: #fff; }
#navigation ul a.hover { background-color: #fff; color: #AA0000; }
#navigation ul a { border-bottom: 1px solid #AA0000; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
#navigation ul a { border-bottom: none; borner: none;} - I also needed this for IE6/7 */



