You could display the word "Menu" instead of always displaying the last menu item. to achive this, open up zenon.js and replace this:
jQuery("#topmenu ul.menu").tinyNav();
with this:
jQuery("#topmenu ul.menu").tinyNav({active: 'selected', header: true});
if you dont know how to access the zenon.js file, try this plugin:
http://wordpress.org/plugins/solid-code-theme-editor/