yes you can leave the navCatTabs info where it is and create another statement below those addressing the div and manage just the padding in that statement or you can duplicate the statements for just the navCatTabs and remove it from the above statements.
I would also remove the #navCatTabsWrapper statement you added near the top of the stylesheet in the "a" links section and do it more like this:Because it is below the previous statement it takes precidence over the padding and you don't have to duplicate the rest of the stuff and end up with a larger stylesheet than you need.Code:#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a { text-decoration: none; padding: 0em 2em; margin: 0; color: #3300ff; white-space: nowrap; } #navCatTabs ul li a { padding: 0 6em; }








