/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['Contact Us', 'contact.htm'],
	['Calendar', null, null,
		['LYD', 'calendar.htm'],
		['Lancaster County', 'http://www.lancasterdems.com/poll_finder.htm', {'tw':'_top'}]
	],
	['Where to Vote', 'http://www.lancasterdems.com/poll_finder.htm', {'tw':'_top'}],
	['We Need You!', 'help.htm']
];
