IE5/Mac needs both the list item and the anchor to be floated. Otherwise, each tab fills up 100% of the browser width like a normal block-level element. We fix this by setting the normal rule to float the anchor in addition to the list item. Then, we use the Commented Backslash Hack to unfloat the anchor for all browsers except IE5/Mac.