/* Basic code - don't modify */
 
.nav { display: block; margin: 0; padding: 0; position: relative; text-align: left; }
.nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
.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: left; width: 190px; display: block; }
.nav ul li a { float: none; }
.nav ul ul { top: 0; }


/* Essentials - configure this */

.nav ul { width: 190px; }
.nav ul ul { left: 191px; }


/* Everything else is theming */
 
.nav {  }
.nav *:hover { color: #ffffff; background-color: none; }
.nav a { color: #2583ad; line-height: 1; }
  .nav li.hover a { color: #ffffff; background-color: #c52f83; }
  .nav ul { top: 46px; }
    .nav ul li a { font-family: Arial, Helvetica, sans-serif; padding: 6px 14px; font-size: 11px; color: #ffffff; background-color: #c52f83; text-decoration: none; }
      .nav ul a.hover { background-color: #d14693; }
   .nav ul a { border-bottom: 1px solid #df63a7; border-right: none; }
/* .nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


