/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.cfm', null,
		['Who We Are', 'content.cfm?content=who'],
		['What We Do', 'content.cfm?content=what'],
		['Contact Us', 'content.cfm?content=contact']
	],
	['Our Approach', null, null,
		['Youth Development', 'content.cfm?content=ydAbstinence'],
		['Elements of Positive Youth Development', 'content.cfm?content=elementsDefined', {'sh':40}],
		['Strategies For Promoting Positive Youth Development', 'content.cfm?content=strategies', {'sh':40}]
	],
	['Locate A Program Model', null, {'sw':150},
		['Search By', null, null,
			['21 Elements of Youth Development', 'content.cfm?content=elementSearch'],
			['Program Activity', 'content.cfm?content=activitySearch'],
			['Descriptive Keyword', 'content.cfm?content=keywordSearch'],
			['Search All Programs', 'content.cfm?content=browse']
		],
		['How Programs Were Selected', 'content.cfm?content=review']
	],
	['Assess Your Program', null, {'sw':150},
		['About The Assessment', 'assessment.cfm'],
		['Take The Program Assessment', 'assessmentTool.cfm']
	],
	['Resources', 'content.cfm?content=archives', null,
		['Fact sheets', 'content.cfm?content=factsheet'],
		['E-Bulletins', 'content.cfm?content=ebulletins'],
		['Links', 'content.cfm?content=links'],
		['Community Collaboration Tool', 'content.cfm?content=community_collab'],
		['Webinar Archives', 'content.cfm?content=spotlightarchivebeta']
	]
];
