dab:
I am trying to do this as well, and I notice on your site that you have got it working.
Could you please tell me how it's done.
He did it by uncommenting the bottom section in BetterCategoriesEzInfo.css
/*
.category-subs-selected, .category-subs-selected a:hover {
font-weight: bold;
text-decoration: none;
}
*/
and adding style & color information, in this case..
.category-subs-selected, .category-subs-selected a:hover {
font-weight: bold;
text-decoration: none;
display: block;
background-color: #FFCC00;
}
PS: Get the tools addon for firefox. This enables you to see the css being used.