var menu_data = {

	welcome: {
		className: "menu_careers",		
		items: [
			{ title: "Home", url: "index.shtml" },
			{ title: "Who, What, Where, Why, and How", url: "who.shtml" },
			{ title: "Mission, Values, Philosophy, and Vision", url: "mission.shtml" },
            { title: "Directors and Advisors", url: "board.shtml" }

		]
	},

	programs: {
		items: [
			{ title: "Overview", url: "programs.shtml" },
			{ title: "Program in Action", url: "program.shtml" },
			{ title: "Testimonials", url: "testimonials.shtml" },
            { title: "Future Plans", url: "plans.shtml" }

		]
	},

	horses: {
		items: [
			{ title: "Our Horses", url: "horses.shtml" },
			{ title: "Our Valued Partners", url: "our_partners.shtml" },
			{ title: "Sponsorships", url: "sponsorships.shtml" }
		]
	},

	events: {
		className: "menu_careers2",		
		items: [
			{ title: "Special Events", url: "events.shtml" },
			{ title: "This Year’s Events", url: "year_events.shtml" },
			{ title: "Ongoing Efforts", url: "efforts.shtml" }
		]
	},

	policies: {
		className: "menu_careers2",
		items: [
			{ title: "Policies and Procedures", url: "policies.shtml" },
			{ title: "New Student Application", url: "new_student.shtml" },
			{ title: "Program Survey", url: "evaluation.shtml" }			
		]
	},

	volunteering: {
		items: [
			{ title: "Opportunities", url: "volunteering.shtml" },
			{ title: "Application", url: "application.shtml" },
			{ title: "Experiences", url: "shared_exp.shtml" }
			
		]
	},

	contributions: {
		className: "menu_careers2",				
		items: [
			{ title: "Make A Contribution", url: "contributions.shtml" },
			{ title: "Frequently Asked Questions", url: "donor.shtml" },
			{ title: "Corporate Citizen Supporters", url: "citizen_support.shtml" },
			{ title: "Our Sponsors and Friends", url: "friends.shtml" },
			{ title: "In-Kind Wish List", url: "wish_list.shtml" },
			{ title: "Gifts that Give", url: "gifts.shtml" },
			{ title: "Capital Campaign", url: "capitalcampaign.shtml" },
			{ title: "Estate Giving", url: "estate.shtml" }
		]
	}
};