/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About STS-Home', 'http://www.sts-aiche.org/index.htm',
		['About STS'],
		['Vision 2008'],
		['Bylaws'],
		['Charter'],
		['Code of Ethics'],
		['Purpose & Disclaimer'],
	],
	['News',
		['News & Announcements'],
		['Obituaries'],
		['Submit News'],
		['Sister Organization Links'],
	],
	['Meetings',
		['About Meetings'],
		['Next Meeting Agenda', 'http://www.sts-aiche.org/NextMeeting.htm'],
		['Pre-register for Next Meeting', 'http://www.sts-aiche.org/register.php'],
		['Past Meetings'],
		['Submit a meeting idea'],
	],
	['Workshops',
		['About Workshops',
			['PE/PO'],
			['CAST'],
			['PSM'],
			['Environmental'],
			['Professional Development'],
			['Workshop Chairs'],
			['Past Workshops'],
		],
		['Next Meeting Agenda', 'http://www.sts-aiche.org/NextMeeting.htm'],
		['Submit a workshop idea'],
	],
	['Newsletter',
		['Current newsletter'],
		['About the Newsletter'],
		['Subscribe/Unsubscribe'],
		['Want to Advertise?'],
		['Submit an article'],
		['Newsletter Archives'],
	],
	['Awards', null, null,
		['Scholarships'],
		['STS Member Awards'],
		['Nominate a Member'],
	],
	['Young Profesnls', null, null,
		['Young Professionals'],
	],
	['Employment', null, null,
		['Chem Eng Opportunities'],
		['Society Career Links'],
	],
	['Leadership', null, null,
		['Officers & Volunteers'],
		['Workshop Chairs'],
		['Organization Chart'],
		['Get Involved!'],
	],
	['Contact Us'],
	['Join us!', null, null,
		['Join the STS'],
		['Join National AIChE', 'https://www2.aiche.org/solutionsite/Default.aspx?tabname%20=REGISTRATION&joinnow%20=AICHE&aicheskin=AICHE', {'tw':'_blank'}],
		['Why join National?', 'http://www.aiche.org/JoinNow/Benefits/index.aspx', {'tw':'_blank','tt':'Benefits of National Membership'}]
	]
];
