Kel, I am using javascript only for the hover effect. The CSS-only thing is there — I don’t know of any existing solutions for achieving those 100% width link areas in IE, which I managed to get by using this:

ul ul li { display:inline; }
ul ul li a { position:relative; }

Have you seen or used this before?