How can i make the main menu's Font BOLD? we want the menu to be more viewable, so we want the font to be bold.
How can that be done?
Thanks
.gkMenu > ul > li > a { font-weight:bold; }
.gkMenu > ul > li {
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
}