Quote Originally Posted by clydejones View Post
open includes/templates/YOUR_TEMPLATE/css/stylesheet.css

find the following and make the highlighted changes

#navCatTabsWrapper {
background-color: #5B2D2F;
color: #9a9a9a;
background-image: none;
font-size: 1.4em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
very close! take a look at the site and you'll see the navcattabs have a full border on them causing a little black mark on the bottom sides. i'd like this to bleed in to the rest and look like one white area with the round corners on the top.