/* Basic code - don't modify */
 
  .navigation li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
    
/* Essentials - configure this */


/* Everything else is theming */
 
.navigation { height:25px; padding:5px 0; }
.navigation a { border-right: 1px solid #333; color: white; font-size: 12px; padding:0 25px; line-height:25px; }
/* .navigation ul a { border-bottom: none; } - I also needed this for IE6/7 */

