/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'sw':60}],
	['Contact Us', 'contact1.htm'],
	['Elected Officials', 'elected_officials1.htm', {'sw':120}],
	['Committee', 'committee_list.htm'],
	['Contribute', 'contribute.htm', {'sw':85}],
	['Register to vote...', 'http://www.lancasterdems.com/pdf/onlinevoterregformblank.pdf', {'sw':120}],
	['Where to vote...', 'http://www.lancasterdems.com/poll_finder.htm', {'sw':120}],
	['LCDC Website', 'http://www.lancasterdems.com', {'sw':100}]
];
