I apologize Paul - I see there’s overflow:hidden on #btmnav .us. Well anyway I tried deleting that but IE6 still vaporizes the drops, so I’m happy to just wait till IE6 dies
Though I don’t see how that overflow:hidden can affect any ul that doesn’t have <ul class=“us”>…
… have ANY **** business in the markup. With those values, I’d probably put a class saying WHAT that LI is on it and using border-top with padding and margins instead (IN THE STYLESHEET, NOT THE MARKUP!)… Hell, looking at it on the page I’m not even sure I’d have it PART of the preceding UL.
OK, this just seems too obvious. Assuming, that semantically you wanted to keep it as one list. why not create a class and add it to the dividing LI items.
.rule { border-top: 1px solid green}
your mark up then would much cleaner: