/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Employers', '../Employers/Employers-Overview.html', null,
		['Permanent Recruitments', '../Employers/Employers-Permanent.html'],
		['Temporary Recruitments', '../Employers/Employers-Temporary.html'],
		['TopSearch - Executive Search', '../Employers/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-overview.html', null,
		['Company History', 'about-history.html'],
		['The Team', 'about-team.html'],
		['Careers With Us', 'about-careers.html']
	]
];

