4
Yes, that approach would work (with similar code), but you would have to add the code to every module file (not just index.php) that's invoked from the browser.
Another approach would be to customize the Main Menu block. You might get by with only changing the template system_block_mainmenu.html, or you might have to hack the PHP that generates it in modules/system/blocks/system_blocks.php (function b_system_main_show).
P.S. I haven't tried either of these approaches - I'm just speculating.