/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/'],
	['History', '/history', null,
		['Earliest Efforts', '/history/earliest_efforts', null,
			['Dorothy Buell', '/history/earliest_efforts/dorothy_buell'],
			['The Freight Yard Battle', '/history/earliest_efforts/freightyard_battle'],
			['Shirley Heinze Fund', '/history/earliest_efforts/heinze_fund', null,
				['History', '/history/earliest_efforts/heinze_fund/history'],
				['Nature Preserves', '/history/earliest_efforts/heinze_fund/nature_preserves'],
				['Education', '/history/earliest_efforts/heinze_fund/education'],
				['Publications', '/history/earliest_efforts/heinze_fund/publications'],
				['How You Can Help', '/history/earliest_efforts/heinze_fund/help'],
				['Key Personnel', '/history/earliest_efforts/heinze_fund/personnel'],
				['Links', '/history/earliest_efforts/heinze_fund/links'],
				['Contact Us', '/history/earliest_efforts/heinze_fund/contact_us']
			]
		],
		['1966 Legislation', '/history/1966_legislation'],
		['1967 to 1976', '/history/1967-1976'],
		['1977 to 1980', '/history/1977-1980'],
		['1981 to 1986', '/history/1981-1986'],
		['Natives of NW Indiana', '/history/natives'],
		['Saving the Dunes Letters of Victory', '/history/victory'],
		['Saving the Dunes Then and Now (video)', '/history/saving_the_dunes']
	],
	['About Us', , null,
		['Save the Dunes', '/about/save_dunes'],
		['Mission', '/about/mission.php'],
		['Bylaws', '/about/bylaws'],
		['Paul H. Douglas Award', '/about/douglas_award'],
		['Board of Directors', '/about_board'],
		['Staff Listing', '/about_staff']
	],
	['Action Items', , null,
		['Take Action Now!', '/action_news/now'],
		['Documents for Public Commentary', '/action_news/commentary'],
		['IDEM Pollution Complaints', '/action_news/IDEM'],
		['Contacting Your Legislator', '/action_news/legislators'],
		['Current News', '/news'],
		['Events Listing', '/monthly'],
		['Newsletters', '/newsletters']
	],
	['Current News', '/news'],
	['Events Listing', '/monthly'],
	['Events Calendar', '/events'],
	
	
	['Land Program', , null,
		['Projects', , null,
			['Current Projects', , null,
				['Natural Resource Management Vocational Training', '/NRM_Vocational_Training'],
				['Trail Creek Fen Restoration', '/Trail_Creek_Fen_Restoration']
			],
			['Recent Projects', , null,
				['Indiana Coastal Restoration Action Team (ICRAT)', '/land_program/ICRAT'],
				['Indiana Coastal Restoration Action Team (ICRAT-TWO)', '/land_program/ICRAT2']
			],
			['2006 Projects','/projects/2006']
		],
		['Land Management Planning', '/land_program/management_planning'],
		['Chicago Wilderness Invasives', '/land_program/chicago_wilderness'],
		['Donnelley Land and Stewardship', '/land_program/donnelley'],
		['Solar Restoration Greenhouse', '/land_program/solar_restoration_greenhouse'],
		['Internship Program', '/land_program/internship'],
		['Conservation Easements (PDF)', '/images/pdf/Conservation_Easement.pdf']
	],
	['Water Program', '/water_program/water_program/', null,
		['Watershed Program', '/water_program/water_program/'],
		['Dunes Creek', '/water_program/water_program/?target=Dunes%20Creek/Dunes%20Creek.html'],
		['Salt Creek', '/water_program/water_program/?target=Salt%20Creek/Salt%20Creek%20.html'],
		['Trail Creek', 'http://tcwatershed.org'],
		['Marquette Park Lagoons', '/mp_lagoons'],
		['Workshops', '/water_program/water_program/?target=Workshops/Workshops.html'],
		['Contact Us', '/water_program/water_program/?target=Watershed%20Program/Contact%20Water%20Program.html']
	],
	['Support our Efforts', , null,
		['Join as a Member', '/support/join'],
		['Donate', '/support/donate'],
		['Volunteer', '/support/volunteer'],
		['Tree of Life', '/support/tree_of_life'],
		['Gift Shop', '/gift_shop']
	],
	['Newsletters','/newsletters'],
	['Gift Shop','/gift_shop'],
	['Links', '/links'],
	['Contact Us', '/contact_us']
	];

