Hello, Centering links that are floated is hard - I don't know how you'd go about that.
If you are up to it you could experiment with not using floats for the secondary menu items, and instead try display:inline with text- align:centre - although you would have to settle for regular links without horizontal padding to make them block-like elements. Sounds frought with cross-browser danger though. You may decide to just keep them left-aligned, but increase the mouseout delay so that moving the cursor back to them is less frustrating. You might be better off posting further menu CSS questions to a dedicated CSS list, as there is nothing jQuery specific about the Superfish CSS. Joel Birch.