/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Donate', '/donate/index.htm', null,
		['Overview', '/donate/index.htm'],
		['Ways to Give', '/donate/ways_to_give.htm'],
		['Our Supporters', '/donate/supporters.htm'],
		['Circle of Impact', '/donate/circle.htm'],
		['CASA\'s Legacy Society', '/donate/legacy.htm']
	],
	['Volunteer', '/volunteer/index.htm', null,
		['Overview', '/volunteer/index.htm'],
		['Become a Volunteer', '/volunteer/become.htm'],
		['Volunteer Support', '/volunteer/support.htm'],
		['Volunteer Voices', '/volunteer/voices.htm'],
		['Diversity Outreach', '/volunteer/diversity.htm'],
		['Our Volunteers', '/volunteer/ourvolunteers.htm']
	],
	['Programs', '/programs/index.htm', null,
		['Overview', '/programs/index.htm'],
		['Dependency & Neglect', '/programs/depneg.htm'],
		['Domestic Relations', '/programs/domestic.htm'],
		['SEPT', '/programs/sept.htm'],
		['C-FIT', '/programs/c-fit.htm'],
		['Milton Foster Children\'s Fund', '/programs/fcf.htm'],
		['Teller County', '/programs/teller.htm'],
		['External Programs', '/programs/other.htm']
	],
	['About Us', '/about_us/index.htm', null,
		['Overview', '/about_us/index.htm'],
		['History of CASA', '/about_us/history.htm'],
		['Board of Directors', '/about_us/board.htm'],
		['Staff', '/about_us/staff.htm'],
		['Honorary Council', '/about_us/honorary_council.htm'],
		['Strategic Plan', '/about_us/strategicplan.htm'],
		['Awards and Accolades', '/about_us/awards.htm'],
		['Contact Us', '/about_us/contact_us.htm'],
		['TLC Committee', '/about_us/tlc.htm']
	],
	['Resources', '/resources/index.htm', null,
		['Overview', '/resources/index.htm'],
		['Shop for CASA Gear', '/resources/shop.htm']
	],
	['News & Events', '/news_events/index.htm', null,
		['Overview', '/news_events/index.htm'],
		['Current & Upcoming Events', '/news_events/events.htm'],
		['Recent News', '/news_events/news.htm'],
		['Publications', '/news_events/publications.htm'],
		['Press Kit', '/news_events/presskit.htm']
	]
];
