var menu_data = {

	specialties: { className: "specialties",
		items: [
								{ title: "Nephrology", url: "specialty_nephrology.shtml" }
					,			{ title: "Internal Medicine", url: "specialty_internal_medicine.shtml" }
					,			{ title: "Vascular Surgery", url: "specialty_vascular_surgery.shtml" }
					,			{ title: "Hypertension Clinic", url: "htn.shtml" }
					,			{ title: "Oncology", url: "specialty_oncology.shtml" }
					,			{ title: "Research", url: "specialty_research.shtml" }
				]
	},

	professional_staff: { className: "professional_staff",
		items: [
								{ title: "Nephrologists", url: "nephrologists.shtml" }
					,			{ title: "Internists", url: "internists.shtml" }
					,			{ title: "Surgeons", url: "surgeons.shtml" }
					,			{ title: "Oncologists", url: "Oncologists.shtml" }
					,			{ title: "Midlevel Providers", url: "midlevel.shtml" }
					,			{ title: "Nurses &amp; Research", url: "nurses_research.shtml" }
					,			{ title: "Faces of SCSP", url: "faces.shtml" }
				]
	},

	locations: { className: "locations",
		items: [
								{ title: "View All Locations", url: "view_all.shtml" }
					,			{ title: "Detroit", url: "detroit.shtml" }
					,			{ title: "Shelby", url: "shelby.shtml" }
					,			{ title: "Macomb", url: "macomb.shtml" }
					,			{ title: "Grosse Pointe", url: "grosse_pointe.shtml" }
					,			{ title: "Farmington", url: "farmington.shtml" }
					, { title: "Dialysis Units", url: "dialysis_units.shtml" }
		]
	},

	about_scsp: { className: "about_scsp",
		items: [
			{ title: "About Us", url: "about_scsp.shtml" },
			{ title: "Awards &amp; Affiliations", url: "awards_and_press_affiliations.shtml" },
			{ title: "Publications", url: "publications.shtml" },
			{ title: "Nephrology Consults", url: "nephrology_consults.shtml" },
			{ title: "Nephrology Fellowship", url: "nephrology_fellowship.shtml" }
		]
	},
	
	knowledge_base: { className: "knowledge_base",
		items: [
			{ title: "Dialysis", url: "dialysis.shtml" },
			{ title: "Vascular Procedures", url: "vascular_procedures.shtml" },
			{ title: "Articles", url: "article_search.shtml" },
			{ title: "First Time Patients", url: "first_time_patients.shtml" },
			{ title: "FAQ", url: "faq.shtml", sub: { className: "faq", items: [ 
								{title: "Nephrology", url: "nephrology.shtml"}
								,{title: "Internal Medicine", url: "internal_medicine.shtml"}
								,{title: "Vascular Surgery", url: "vascular_surgery.shtml"}
								,{title: "Oncology", url: "oncology.shtml"}
							]}},
			{ title: "Links", url: "links_nephrology.shtml", sub: {className: "faq", items: [
				{title: "Nephrology", url: "links_nephrology.shtml"},
				{title: "Internal Medicine", url: "links_internal_medicine.shtml"},
				{title: "Vascular Surgery", url: "links_vascular_surgery.shtml"},
				{title: "Oncology", url: "links_oncology.shtml"}
			]}},
			{ title: "Videos", url: "videos.shtml" }
		]
	},


	contact_us: { className: "contact_us",
		items: [
			{ title: "Patient Contact Form", url: "patient_contact_form.shtml" },
			{ title: "Satisfaction Survey", url: "satisfaction_survey.shtml" },
			{ title: "Employment Opportunities", url: "employment_opportunities.shtml" }
		]
	}
	
};
