I have created a menu in Drupal 7 and created links to pages under that menu.
I named my new menu \"Site Menu\"
In my page.tpl.php where I want my menu to appear
theme() now recieves an array of arguments. For example:
menu_navigation_links('menu-site-menu'))); ?>