I created a custom menu called \"sub-top-nav\" and now I\'d like to override the html output. In particular I would like to add an unique class to each item like.
Th
Drupal 7 uses theme_menu_link instead of theme_menu_item
' . $output . $sub_menu . "\n"; } ?>