/* 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 Solutions', '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', 'Resource-Center/Resource-Center.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']
	]
];

