i looked under the template/layout/blocks/nav.php:
<?php if (($this->getParam('menu_enabled', 1) && $gkmenu = $this->loadMenu())) : ?>
<div id="gk-mainnav">
and template/layout/blocks/iphone/menu.php:
<?php if (($gkmenu = $this->loadMenu())) $gkmenu->genMenu (); ?>
but I am not sure what to do

anyone out their have an idea, thanks in advance