/includes/modules/categories_tabs.php sets a different class (category-subs-selected) for the active category, so you can style that in your stylesheet:
Code:
#navCatTabs .category-subs-selected {
    color: #ff3300;
    background-color: #ddeeff;
    }
Adjust to taste.