 
/* Basic code - don't modify */

.nav { display: block; margin: 0; padding: 0; position: relative; }
.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: none; }
.nav ul ul { top: 0; }

/* Essentials - configure this */

.nav ul { width: 14em; font-weight: normal}
.nav ul ul { left: 14em; }

/* Everything else is theming */

.nav *:hover { background-color: none; }
.nav a { padding: .5em .7em; }
.nav li.hover a, .nav li.selected.hover li a { background-color: #222 !important; color: #fff !important;}
.nav li.selected.hover a { color: #444 !important; }
.nav li.selected.hover li a {color: #fff !important; }
.nav li.selected.hover a {background: none;}
.nav ul { top: 2.1em; _top: 2.8em }
.nav ul li a { padding: .5em 1em; _padding: 1em; background-color: #222; }
.nav ul li.hover > a { background-color: #111; }
.nav ul li a { _margin: -.5em 0 0 0; }
.nav .selected a { font-weight: bold; text-decoration: none; color: #666 !important; }
.nav .selected ul li a { font-weight: normal; }
.nav ul li a:hover {text-decoration: underline;}
/* .nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


