I have 2 or more sets inside, and wants to only make first UL set to bold. in fact, this is a menu with multiple sub menus, and I
It will probably do it...
ul.menu li a { font-weight:bold; } ul.menu li ul li a { font-weight:normal; }