If you want all your custom menu items to be bold add this to your style.css


ul#menu-[name of your custom menu] li { font-weight: bold; }

If you want all your menu items bold (including the...