2
fonts: td#mainmenu a.menuSub in themes/yourtheme/style.css
If you don't want the submenu items, you should edit the corresponding modules' xoops_version.php file to not have those elements in
$modversion['sub'][1]['name'] = _MI_SMNAME;
$modversion['sub'][1]['url'] = "index.php";
$modversion['sub'][2]['name'] ...
$modversion['sub'][2]['url'] ... etc.