Quote Originally Posted by slomojojo View Post
All the changes should be done in the stylesheet_categories_menu.css file. You shouldn't have to mess with the template for anything.

I was fooling around with the bold type. You can add

font-weight: bold;

to the div#nav-cat li:hover statement. Unfortunately, it will make all the submenus bold too.

You should try Firefox and install the Web Developer addon. Among many other useful things, it will allow you see all the css files for any site.
I seem to be having some trouble with this. Perhaps I'm entering it incorrectly? Here's what I have, to no effect whatsoever:

div#nav-cat li.submenu {background-color: white;
font-weight: bold;}

Am I doing it wrong?

ilsita