#nav, #nav ul { padding: 0; margin: 0; list-style: none; } #nav a { display: block; width: 9em; position: relative; background-image: url(grunge-background%20olive.jpg); border-left-color: #333333; border-left-style: outset; border-bottom-color: #333333; border-bottom-style: outset; text-align: center; font-weight: bold; white-space: normal; color: #FFFFFF; font-size: 11px; border-top-color: #333333; border-top-style: outset; border-right-color: #333333; border-right-style: outset; cursor: auto; margin-top: 0px; margin-bottom: 0px; margin-left: auto; margin-right: auto; overflow: visible; } #nav li { float: left; width: 10em; } #nav li ul { position: absolute; width: 10em; left: -999em; } #nav li:hover ul { left: auto; } #nav li:hover ul, #nav li.sfhover ul { left: auto; }