/* Menu items structure */
var MENU_ITEMS = [
	['Home', 'default.htm'],
	['About Us', 'AboutUs.htm'],
	['Services', 'Services.htm', null,
		['Commercial Roofing', 'CommercialRoofing.htm'],
		['Residential Roofing', 'ResidentialRoofing.htm'],
		['Maintenance &amp; Repairs', 'MaintenanceAndRepairs.htm'], 
		['Metal Shop', 'MetalShop.htm'], 
		['Waterproofing', 'Waterproofing.htm']
	],
	['Safety', 'Safety.htm'],
	['Careers', 'Careers.htm', null,
	 	['Job Listings', 'http://www9.openhire.com/epostings/jobs/submit.cfm?company_id=15697&version=1']
	],
	['Contact Info', 'ContactInfo.htm']
];
