/* --- menu items --- */
var MENU_ITEMS = [
	['About Us', '',
			['Overview', '/AboutUs/Overview.aspx'],
			['Mission, Vision and Values', '/AboutUs/MissionAndVision.aspx'],
			['Apple Tree A La Mode', '/AboutUs/AppleTreeALaMode.aspx'],
			['Annual Reports', '/AboutUs/AnnualReports.aspx'],
			['Staff &nbsp; <img src="/images/rtarrow.gif" border="0">', '/AboutUs/Staff/default.aspx',
					['Meet our Dentists', '/AboutUs/Staff/Dentists.aspx'],
					['Employment Opportunities', '/AboutUs/Staff/Employment.aspx'],
					['Board Member Access', 'https://companyweb.appletreedental.org/board'],
			],
	
	],

	['Dental Services', '',
			['Clinic Locations &nbsp; <img src="/images/rtarrow.gif" border="0" alt="">', '/DentalServices/ClinicLocations/default.aspx',
					['Coon Rapids Clinic', '/DentalServices/ClinicLocations/CoonRapids.aspx'],
					['Hawley Clinic', '/DentalServices/ClinicLocations/Hawley.aspx'],
					['Madelia Clinic', '/DentalServices/ClinicLocations/Madelia.aspx'],
			],
			['Mobile Services', '/DentalServices/Mobile/default.aspx'],
			['Oral Hygiene Information', '/DentalServices/OralHygiene.aspx'],
			['Patient Stories', '/DentalServices/PatientStories.aspx'],
			['Frequently Asked Questions', '/DentalServices/FAQ.aspx'],
	],	
	['Institute', '',
			['About the Institute', '/AppleTreeInstitute/AboutInstitute.aspx',
			],
			['Institute Projects', '/AppleTreeInstitute/InstituteProjects/default.aspx',
			],
			['Replication Programs &nbsp; <img src="/images/rtarrow.gif" border="0" alt="">', '/AppleTreeInstitute/ReplicationProjects/default.aspx',
				['Carolinas Mobile Dentistry', '/AppleTreeInstitute/ReplicationProjects/CarolinasMobileDentistry.aspx'],
				['Access Dental Care', '/AppleTreeInstitute/ReplicationProjects/AccessDentalCare.aspx'],
				['Operation Smile', '/AppleTreeInstitute/ReplicationProjects/OperationSmile.aspx'],
				['Partnering with Apple Tree', '/AppleTreeInstitute/ReplicationProjects/Partnering.aspx'],
			],
	],
	['Donate', '',
			['Donate Online Now', '/Donate/DonateOnline.aspx'],
			['How Your Contribution Helps', '/Donate/HowYouHelp.aspx'],
			['Donor Recognition', '/Donate/DonorRecognition.aspx'],
			['Planned Giving', '/Donate/PlannedGiving.aspx'],
			//['Donor Stories', '/Donate/DonorStories.aspx'],
			//['Register for the Sponsor Smile Fundraising Lunch', '/Donate/Register.aspx'],
	],
	['Resources', '',
			['Links', '/Resources/Links.aspx'],
			['Publications', '/Resources/Publications.aspx'],
			['News Stories', '/Resources/News.aspx'],
	],
	['Contact Us', '',
			['Twin Cities', '/ContactUs/TwinCities.aspx'],
			['Hawley', '/ContactUs/Hawley.aspx'],
			['Madelia', '/ContactUs/Madelia.aspx'],
			['Rochester', '/ContactUs/Rochester.aspx'],
			['Employment Opportunities', '/AboutUs/Staff/Employment.aspx'],
	],	
	['Home', '/default.aspx'],
];

