/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Employers', 'Employers-Overview.html', null,
		['Permanent Recruitments', 'Employers-Permanent.html'],
		['Temporary Recruitments', 'Employers-Temporary.html'],
		['TopSearch - Executive Search', 'Employers-TopSearch - Executive Search.html']
	],
	['Outsourcing', '../Outsourcing/Outsourcing.html', null,
		['Payroll management', '../Outsourcing/Outsourcing-Payroll.html'],
		['Automation', '../Outsourcing/Automation - Overview.html', null,
			['Human Resource Management System', '../Outsourcing/Automation - HRMS.html'],
			['Recruitment Management System', '../Outsourcing/Automation - RMS.html']
		]
	],
	['Employee', '../Jobseekers/Jobseekers-index.html', null,
		['Find a Job', '../Jobseekers/Jobseekers-index.html'],
		['Resource Center', '../Resource-Center/Resource-Center.html']
	],
	['About the Company', '../about/about-overview.html', null,
		['Company History', '../about/about-history.html'],
		['The Team', '../about/about-team.html'],
		['Careers With Us', '../about/about-careers.html']
	]
];

