it’s not in the trash, and this is the code for the menu:
<ul id="nav-drop">
<li <?php if(is_home()) echo 'class="current-cat"'; ?>><a href="<?php echo wpml_get_home_url() ?>"><?php _e("Home", "patod"); ?></a></li>
<?php wp_list_categories('orderby=order&hierarchical=0&title_li=<a>'.__('What I Do', 'patod').'</a>'); ?>
<?php wp_list_pages("title_li="); ?>
</ul>