/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Our Candidate Values', 'candidates.html','candidates.html',
		['Make your Move', 'candidates.html#move'],
		['Received a Call from a Consultant ?', 'candidates.html#call'],
		['Confidentiality', 'candidates.html#confidentiality']],
	['Our Services', 'services.html','services.html',
		['Search & Selection', 'services.html#search'],
 		['Our Methodology', 'services.html#methodology']],
	['Careers', 'careers.html'],
	['Our Partners', 'partners.html'],
	['Locations', 'contact.html']
];
