/* Basic code - don't modify */
 
 .topnav { display: block; margin: 0; padding: 0; position: relative; left:10px;}
  .topnav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  .topnav a { display: block; }
  .topnav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html .topnav ul { line-height: 0; } /* IE6 "fix" */
  	.topnav ul a { zoom: 1; } /* IE6/7 fix */
    .topnav ul li { float: none; }
    .topnav ul ul { top: 0; }
    
/* Essentials - configure this */

.topnav ul { width: 160px; }
.topnav ul ul { left: 161px; }

/* Everything else is theming */
 
.topnav { height: 28px; }
.topnav *:hover { background-color: none; }
.topnav a { color: #fff; font-size: 14px; padding: 8px 22px; line-height: 12px; text-decoration: none; border-right: solid 1px #42221B; }

  .topnav li.hover a { background-color: #44221a; text-decoration: none; }
  
  .topnav ul { top: 28px; }
    .topnav ul li a { background-color: #44221a; font-size: 12px; padding: 8px 10px; }
      .topnav ul a.hover { background-color: #008349; }
   .topnav ul a { border-bottom: 1px dotted #fff; border-right: none; }
/* .topnav ul a { border-bottom: none; } - I also needed this for IE6/7 */

.topnav a.last { border: none; }
.topnav a.first { }