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

#topnavi ul { width: 430px; }

/* Everything else is theming */
 
#topnavi li.hover a { background-color: #5E5A5A; }
#topnavi ul { top: 37px; }
#topnavi ul li a { background-color: #5E5A5A; }
#topnavi ul a.hover { background-color: #30A8C3; }
#topnavi ul a { opacity: 0.9; filter: alpha(opacity=90); }
/* #topnavi ul a { border-bottom: none; } - I also needed this for IE6/7 */


