Using FireFox and the web dev tools - I can interactively view and edit the stylesheet.
I replaced yours with a default classic stylesheet from the Zen Cart distro 1.3.8a then adjusted the body text size to .75em and the mainWrapper width to 850px to replicate your site.
After doing this there is no issue - So this must be in your stylesheet somewhere.
I would merge your alterations one by one into an updated stylesheet to get your images colors etc transferred over
But this is missing from yours and corrects this also missing from others as you have seperated these that were ganged so you may have issues with others
Code:
#navCatTabs ul li a {
text-decoration: none;
padding: 0em 0.4em 0em 0.4em;
margin: 0em;
color: #FFFFFF;
font-weight: bold;
white-space: nowrap;
}