/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['HOME', 'index.php'],
	['WHO ARE WE', 'main.php/whoarewe.html', null,
		['WHO ARE WE', 'main.php/whoarewe.html'],
		['WHAT WE DO', 'main.php/whatwedo.html', null,
			['HIGH END CONTRACT RESOURCE', 'main.php/highend.html'],
			['PERMANENT', 'main/permanent.html'],
			['PROJECTS - BUILDING TEAMS', 'main.php/projectsbt.html']
		],
		['HISTORY', 'main.php/history.html']
	],
	['RESOURCE SERVICES', 'main.php/resourceservices.html', null,
		['RESOURCE SERVICES', 'main.php/resourceservices.html', null,
			['MARKETS', 'main.php/markets.html', null,
				['VC FUNDED CO','main.php/vcfundedco.html'],
				['ENTERPRISE','main.php/enterprise.html']
			],
			['SECTORS', 'main.php/sectors.html', null,
				['SALES PEOPLE','main.php/salespeople.html'],
				['DELIVERY PEOPLE','main.php/deliverypeople.html'],
				['SENIOR MANAGEMENT','main.php/seniormanagement.html']
			]
		]
	],
	['CANDIDATES', 'main.php/candidates.html', null,
		['CURRENT ROLES', 'main.php/_Search'],
		['REGISTRATION','main.php/_Registration']
	],
	['COLLATERAL', 'main.php/collateral.html', null,
		['WHOLE OF BRAIN PROFILING', 'main.php/wholeofbrain.html', null,
			['JOB PROFILES','main.php/jobprofiles.html'],
			['SALES PEOPLE PROFILES','main.php/salesprofiles.html']
		],
		['DIVERSITY STATEMENT','main.php/diversity.html'],
		['TESTIMONIALS','main.php/testimonials.html']
	],
	['CONTACT US', 'main.php/address.html', null,
		['DETAILS','main.php/address.html'],
		['CLIENT CONTACT FORM','main.php/_Contact'],
		['MAP OF CURRENT WORK','main.php/mapofwork.html'],
		['DOWNLOAD BROCHURES','main.php/brochures.html']
	]
];
