Ok, so I'm getting a weird -12px right margin on the nav menu (sub menus) here. There are no negative margins set anywhere so this is strange. Any ideas?
I'm not seeing anything weird Everything looks good to me...
Running Safari 4 Developer Preview, Opera 9.5, and Firefox 3. (I'm thorough with browser testing. )
I figured it out. I had the width of the <a> set to 11em, and had padding inside, this caused a break. By shrinking the width down to accomodate the padding, the <a> fit inside the 11em <li>s and everything works ok.
Before I fixed it, it was occurring in IE6, Safari/Webkit nightly and FF3. The math wasn't right so the a tag inside the li was bigger than the li or ul. This led to some wonky behavior, which I fixed by ensuring the numbers played nicely together.