/* Tigra Menu items structure */
var HUMANRESOURCESMENU_ITEMS = [
	['Human Resources Home', 'HumanResources.htm'],
	['Job Listings', 'HumanResourcesJobs.htm'],
	['Employment Applications', 'HumanResourcesApps.htm'],
	['Employee Benefits Summary', 'HumanResourcesBenefits.htm'],
	['Employee Award Program', 'HumanResourcesEmployeeAward.htm'],
	['Employee Award Recipients', null,null,
		['2011 Recipients', 'HumanResourcesAwardRecipients11.htm'],
		['2010 Recipients', 'HumanResourcesAwardRecipients10.htm'],
		['2009 Recipients', 'HumanResourcesAwardRecipients09.htm'],
		['2008 Recipients', 'HumanResourcesAwardRecipients08.htm'],
		['2007 Recipients', 'HumanResourcesAwardRecipients07.htm'],
		
		
	],

];

