I\'ve been working on a dropdown menu similar to suckerfish. I\'ve got the dropdown side working now, but I have some images I\'m trying to put on either side of the links.
For me, this worked much better, as it didn't eliminate spacing between floated items:
display:inline-block;
In case that helps anyone else.