My HTML is as follows:
Home About
Adopt non-XML-based HTML and omit .
Home About Contact
Then set the display property of the items to inline-block instead of inline.
#nav li { display: inline-block; /display: inline; /* for IE 6 and IE 7 */ /zoom: 1; /* for IE 6 and IE 7 */ }