/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Our Identity', 'identity.htm', null,
		['&nbsp;Guiding Principles', 'principles.htm'],
		['&nbsp;History and Leadership', 'history.htm'],
		['&nbsp;Branch Locations &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ► ', 'locations.htm', null,
			['&nbsp;Appleton', 'appleton.htm'],
			['&nbsp;Madison', 'madison.htm'],
			['&nbsp;Milwaukee', 'milwaukee.htm'],
			['&nbsp;Minneapolis', 'minneapolis.htm']
		],
		['&nbsp;ESOP Press Release', 'esop.htm'],
		['&nbsp;Contact Us', 'contactus.htm']
	],
	['Our Services', 'services.htm', null,
/*		['&nbsp;Web Development', 'webdev.htm'], */
		['&nbsp;Software Development', 'customapps.htm'],
		['&nbsp;Business Intelligence', 'businessintelligence.htm'],
		['&nbsp;Solution Group', 'solutiongroup.htm'],
/*
		['&nbsp;ERP Enterprise &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ► ', 'erp.htm', null,
			['&nbsp;SAP', 'sap.htm'],
			['&nbsp;Peoplesoft', 'peoplesoft.htm']
		],
*/
		['&nbsp;ERP Enterprise', 'erp.htm'],
		['&nbsp;Mainframe', 'mainframe.htm'],
		['&nbsp;Infrastructure', 'infrastructure.htm'],
		['&nbsp;Contract to Hire', 'contracttohire.htm'],
		['&nbsp;Employment Agency', 'employmentagency.htm'],
/*		['&nbsp;Partners', 'partners.htm'], */
		['&nbsp;Recent Projects', 'cases.htm']
	],
	['Our Guarantee', 'guarantee.htm'],
	['Careers', 'joblist.asp', null,
		/* ['&nbsp;Apply Online', 'mailto:resumes@omniresources.com'], */
		['&nbsp;Benefits', 'benefits.htm'],
		['&nbsp;Job Openings', 'joblist.asp'],
		['&nbsp;Life at Omni', 'lifeatomni.htm'],
		['&nbsp;What We Look For', 'whatwelookfor.htm'],
		['&nbsp;Contract to Hire', 'contracttohire2.htm'],
		['&nbsp;Employment Agency', 'employmentagency2.htm']
	],
	['Intranet', 'intranet.htm']
];
