'arcade' => array(
'title' => 'Arcade',
'href' => 'http://www.mysite.example/arcade',
'show' => true,
'sub_buttons' => array(
'highscores' => array(
'title' => 'High Scores',
'href' => 'http://www.mysite.example/arcade/highscores.php',
'show' => true,
'sub_buttons' => array(
// [insert sub buttons here, follow the structure of the main menu]
),
),
),
),