/* --- menu items --- */
var MENU_ITEMS = [
	['Home','http://www.rails.org.au/index.html' ],
	['For Clients','http://www.rails.org.au/immigration/immigration_index.php' ],
	['About Us',null,
		['Who we are', 'http://www.rails.org.au/who_we_are/who_we_are_index.php'],
		['What we do', null,
			['Overview', 'http://www.rails.org.au/who_we_are/what_we_do.php'],
			['Education & Advocacy', 'http://www.rails.org.au/who_we_are/education_advocacy.php'],
		],
		['Our Staff', 'http://www.rails.org.au/who_we_are/staff.php'],
		['Management Committee', 'http://www.rails.org.au/who_we_are/management_committee.php'],
		['Annual Report', 'http://www.rails.org.au/who_we_are/annual_report.php'],
		['Our Sponsors', 'http://www.rails.org.au/who_we_are/our_sponsors.php'],
		['Volunteering', null,
			['Volunteers','http://www.rails.org.au/volunteers/volunteers_index.php'],
			['Application Form','http://www.rails.org.au/volunteers/application_form.php'],
		],
		['Education', null,
			['Community Legal Education', 'http://www.rails.org.au/education/index.php'],
		],
		['Training', null,
			['CPD Events','http://www.rails.org.au/who_we_are/cpd_events/cpd_events.php'],
		],
		['Library', 'http://www.rails.org.au/library/library_index.php'],
		['Migration Agents', null,
			['How can they help?', 'http://www.rails.org.au/migration_agents/ma_index.php'],
			['CPD Events','http://www.rails.org.au/who_we_are/cpd_events/cpd_events.php'],
		],
		['Forums', 'http://forums.rails.org.au/default.asp'],
	],
];

