var menu_data = {
	home: {
		items: [
		]
	},
	
	about: {
		items: [
			{ title: "History", url: "about_history.shtml" },
			{ title: "Financial Strength", url: "about_financial_strength.shtml" },
			{ title: "Experience", url: "about_experience.shtml" },
			{ title: "Safety", url: "about_safety.shtml" },
			{ title: "Management", url: "about_management.shtml" },
			{ title: "Manufacturer Approvals", url: "about_manufacturer.shtml" },
			{ title: "Affiliations", url: "about_affiliations.shtml" },
			{ title: "Tecta Divisions", url: "about_divisions.shtml" }
		]
	},

	services: {
		items: [
			{ title: "Roofing", url: "services_roofing.shtml" },
			{ title: "Service & Repair", url: "services_inspections.shtml" },
			{ title: "Restorations", url: "services_restorations.shtml" },
			{ title: "Sheet Metal", url: "services_sheet_metal.shtml" },
			{ title: "Roof Asset Management", url: "services_roof_management.shtml" },
			{ title: "Preventive Maintenance", url: "services_preventive_maintenance.shtml" },
			{ title: "Emergency Response", url: "services_emergency_response.shtml" },
			{ title: "Green Roofs", url: "services_green_roofs.shtml" }
		]
	},

	projects: {
		items: [
			{ title: "Our Clients", url: "projects_our_clients.shtml" },
			{ title: "Project Profiles", url: "projects_profiles.shtml" },
			{ title: "National Accounts Program", url: "projects_NAP.shtml" }
		]
	},

	news: {
		items: [
			{ title: "Corporate News", url: "corporate_news.shtml" },
			{ title: "In the News", url: "in_the_news.shtml" },
			{ title: "Roofing Industry", url: "", sub: { items: [
				{title: "Glossary Terms", url: "roofing_glossary_terms.shtml"},
				{title: "FAQ's", url: "roofing_faq.shtml"}
			]}}
		]
	},

	residential: {
		items: [
			{ title: "Experience", url: "residential_experience.shtml" },
			{ title: "Capabilities", url: "residential_capabilities.shtml" }
		]
	},

	contact_us: {
		items: [
			{ title: "General Inquires", url: "contact.shtml" },
			{ title: "Request for Proposal", url: "contact_rfp.shtml" },
			{ title: "Tecta Divisions", url: "contact_divisions.shtml" }
		]
	},

	careers: {
		className: "menu_careers",
		offsetLeft: 0,
		items: [
			{ title: "Opportunities", url: "careers_opportunities.shtml" },
			{ title: "Benefits", url: "careers_benefits.shtml" },
			{ title: "Training", url: "careers_training.shtml" }
		]
	}
};