var menu_data = {
	home: {
		items: [
	]
	},
	
	experience: {
		items: [
			{ title: "CAPABILITIES", url: "capabilities.shtml" }
		]
	},

	services: {
		items: [
			{ title: "ROOFING", url: "roofing.shtml" },
			{ title: "HVAC", url: "hvac.shtml" },
			{ title: "PLUMBING", url: "plumbing.shtml" },
			{ title: "ELECTRICAL", url: "electrical.shtml" },
			{ title: "RADON & INDOOR AIR QUALITY TESTING", url: "testing.shtml" }
		]
	},

	faqs: {
		items: [
			{ title: "ROOFING", url: "roofing.shtml" },
			{ title: "QUALIFYING YOUR CONTRACTOR", url: "qualifying.shtml" }		]
	},

	contact_us: {
		items: [
			{ title: "GENERAL INQUIRIES", url: "contact.shtml" },
			{ title: "HOME SERVICES REQUEST FORM", url: "form.shtml" }
			
		]
	}
};