﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', 'about-us.php', null,
		['People >>', 'people.php', null,
			['Advisory Panel', 'advisory-panel.php'],
			['Accreditation Council', 'accreditation-council.php']
		],
		['Vacancies', 'vacancies.php'],
		['CR Intro', 'cr-intro.php'],
		['News & Media', 'news.php']
	],
	['Services', 'products.php', null,],
	['How We Work', 'how-we-work.php', null,
		['Assessment', 'assessment.php'],
		['Report', 'report.php'],
		['Guidance Documents', 'guidance-documents.php'],
		['Being Assessed >>', 'being-assessed.php', null,
			['I`m Managing A Project', 'project-managers.php'],
			['I`m Being Interviewed', 'interviewees.php']
		]
	],
	['Clients', 'clients.php'],
	['Case Studies', 'case-studies.php'],
	['Sectors', 'sectors.php'],
	['FAQs', 'faq.php'],
	['Contact Us', 'contact-us.php']
];


