/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sw':60}],
	['About Us', null, {'bw':200},
		['Contact', 'contact1.htm'],
		['Officers & Leaders', 'officers.htm'],
		['Committee List', 'committee_list01.htm'],
		['Principles', 'prin_main.htm'],
		['Resolutions', 'resolutions.htm'],
		['Democratic Vision', 'DEMOCRATIC VISION.pdf', {'tw':'_top'}],
		['LCDC By-laws', 'pdf/lcdc_bylaws.pdf'],
		['Common Ground Newsletter', 'http://www.lancasterdems.com/newsletters/common_ground.pdf']
	],
	['Clubs', null, {'sw':50},
		['Cocalico', 'http://www.cocalicodemocrats.org/index.html', {'tw':'_top'}],
		['Guy Bard', 'http://www.ephratadems.org/', {'tw':'_top'}],
		['Elizabethtown', 'http://www.etowndems.info'],
		['Ephrata', 'http://www.myspace.com/ephratademocrats'],
		['Garden Spot', 'http://www.gardenspotdems.com'],
		['Hempfield', 'http://hempfielddemocrats.org/', {'tw':'_top'}],
		['Lancaster City Dems', 'http://www.lancasterdems.com/city/index.htm'],
		['Lancaster County Democratic Women\'s Assoc.', 'http://www.lancasterdemwomen.com/', {'tw':'_top'}],
		['Manheim Township', 'mtdc/index.htm', {'tw':'_top'}],
		['Penn Manor', 'penn_manor/index.htm', {'tw':'_top'}],
		['Ruth Mackley', 'http://manheimdems.pavisnet.com/', {'tw':'_top','tt':'Serving the Democrats of the Manheim Central and Warwick Districts and Lititz, PA'}],
		['Southern 98th', 'http://southern98th.wordpress.com/', {'tw':'_top'}],
		['Warwick', 'http://www.warwickdemocrats.org/', {'tw':'_top'}],
		['Young Democrats', 'young_dems/index.htm'],
		['All Clubs', 'calendar.htm#clubmeet', {'tt':'List of All Democratic Clubs in Lancaster County'}]
	],
	['Calendar', 'calendar.htm', null,
		['Events Calendar', 'calendar.htm'],
		['Monthly Calendar', 'calendar_all.htm'],
		['Commissioner\'s Meetings', 'calendar.htm#commeet', {'tt':'Lancaster County Commissioner\'s Meeting Schedule'}],
		['District and Club Meetings', 'calendar.htm#clubmeet', {'tt':'See Democratic District and Club regular meeting schedule'}],
		['Election Calendar', 'calendar.htm#electcal']
	],
	['Candidates', 'candidates01.htm'],
	['Resources', null, null,
		['Poll Finder', 'poll_finder.htm', {'tw':'_top'}],
		['Issues Links', 'issues_main.htm'],
		['Elected Officials', 'elected_officials.htm'],
		['Phone Hotlines', 'phone_contacts.htm'],
		['Glossary', 'glossary.htm'],
		['Register to Vote', 'http://www.lancasterdems.com/pdf/onlinevoterregformblank.pdf', {'tw':'_top'}],
		['Absentee Ballot Application', 'http://www.dos.state.pa.us/voting/cwp/view.asp?a=1193&q=442991'],
		['Writing Letters to the Editor', 'letterwriting.htm']
	],
	['Volunteer', null, null,
		['Opportunities', 'volunteer_op.htm'],
		['Writing Letters to the Editor', 'letterwriting.htm']
	],
	['Contribute', 'contribute_page.htm', {'sw':85}],
	['LCDC Store', 'http://lancasterdems.com/store_lcdc/index.php', {'sw':85}]
];
