Creating an accordion style menu

The code for WordPress would be:

  1. wp_nav_menu() for custom nav menus
  2. wp_page_menu() as the default fallback for custom nav menus
  3. wp_list_pages() for a list of static pages

See the linked Codex pages for the various parameters to pass to each, and the CSS classes output by each.