Using a CSS styled unordered list you can create a fairly sophisticated navigational bar with rollover states.
In IE6 and IE7 without some special consideration, you end up with spurious white space rendered between the list item.
Click here for and HTML example of the problem (you’ll need to be using IE 6 or IE 7).
Click here for an example of the fix and a detailed explanation of how to do it.