ul.nav ul { border-right: 1px solid #801A36; border-left: 1px solid #801A36; border-bottom: 1px solid #801A36;}
ul.nav, ul.nav ul { /* all lists */padding: 0;margin: 0;list-style: none;line-height: 1;}
ul.nav a, ul.nav a:visited {color:#666666; display: block;text-decoration:none;}
ul.nav ul a {padding: 6px;}
ul.nav ul a:hover {background-color: #801A36;color:#FFFFFF;}
ul.nav li { /* all list items */float: left;width: 130px; /* width needed or else Opera goes nuts */}
ul.nav li ul { /* second-level lists */ position: absolute; z-index:10; background: #FFFFFF;width: 130px;left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */}
ul.nav li:hover ul, ul.nav li.sfhover ul { /* lists nested under hovered list items */left: auto;}
