/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['Contact Us', 'contact.htm'],
	['Committee Lists', 'committees.htm'],
	['Calendar', null, null,
		['Penn Manor', 'calendar.htm'],
		['Lancaster County', 'http://www.lancasterdems.com/calendar_index.htm', {'tw':'_top'}]
	],
	['Where to Vote', 'http://www.lancasterdems.com/poll_finder.htm#PennManor', {'tw':'_top'}]
];
