in the box file find :

$output .= str_repeat(".", $level+$lvl_adjust).'|'.$val.'|'.tep_href_link(FIL ENAME_DEFAULT, $cPath_new).'|'.$this_title.'|'.$menu_icon_file.'| '.$this_selected.'|'.$this_expanded."n";

and change with

$products_in_category = tep_count_products_in_category($key);
if ($products_in_category >0) {
$output .= str_repeat(".", $level+$lvl_adjust).'|'.$val.'|'.tep_href_link(FIL ENAME_DEFAULT, $cPath_new).'|'.$this_title.'|'.$menu_icon_file.'| '.$this_selected.'|'.$this_expanded."n";
}


More...