Equal Width Link Tabs
- Place the anchored links inside a "nav" div (here "sitenav")
- Set the nav anchor display property at "display: block" so that you can give the link a fixed width (ems is probably best for this).
- Then float the links inside the nav div so that they line up again in a row rather than stack vertically.
- If necessary: Put a stretcher div inside the nav div so that it doesn't collapse once you float the links.
- Center the nav div by setting margins to auto and giving it a fixed width.
Then play around with margins and padding to get it to look right with the rest of the page.