/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.asp'],
	['ABOUT US & OFFICES', null, null,
		['London', 'london.asp'],
		['Chicago & New York', 'Chicago_and_New_York.asp'],
		['Dubai & Qatar', 'dubai.asp'],
		['Hong Kong & Sydney', 'HongKong.asp'],
		['Advisory Board', 'AdvisoryBoard.asp']
	],
	['RECRUITMENT SERVICES', null, null,
		['For Clients', 'Clients.asp'],
		['For Candidates', 'Candidates.asp'],
		['Current Vacancies', 'Jobs.asp'],
		['Internships', 'Internships.asp'],
		['Refer a Candidate', 'refer.asp']
	],
	['OUR PARTNERS', null, null,
		['International Compliance Association', 'ica.asp'],
		['The Compliance Exchange', 'TheComplianceExchange.asp']
	]
];

