/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Welcome', 'index.html'],
	['ETCFC Info &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;>', null, null,
		['History/Board/Awards', 'about.html'],
		['Meetings Info', 'mtgs.html'],
		['News & Events', 'n+e.html'],
		['Our Region', 'region.html'],
		['Annual Report', 'reports.html'],
		['Biodiesel Brigade', 'biodieselbrigade.html'],
		['Designation', 'designation.html']
	],
	['Partnership &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; >', null, null,
		['Partners', 'partners.html'],
		['Join Us!', 'join.html']
	],
	['Refueling Locations &nbsp; &nbsp;>', 'refuel.html',
		['All', 'refuel.html'],
		['Biodiesel', 'refuel.html#biodiesel'],
		['E85', 'refuel.html#E85'],
		['E10', 'refuel.html#E10'],
		['Propane', 'refuel.html#profill'],
	],
	['AFVs', 'afvs.html'],
	['ET Alt Fuels Info &nbsp; &nbsp; &nbsp; &nbsp;>', null, null,
		['ET - Fuel Producers', 'fuelproducers.html'],
		['ET - biodiesel', 'ET-biodiesel.html'],
		['ET - B100 users', 'ET-b100.html'],
		['ET - electricity', 'ET-elec.html'],
		['ET - ethanol', 'ET-ethanol.html'],
		['ET - hydrogen', 'ET-h2.html'],
		['ET - natural gas', 'ET-naturalgas.html'],
		['ET - propane', 'ET-propane.html'],
		['ET - hybrids', 'ET-hybrids.html']
	],
	['General Fuels Info', 'fuel.html'],
	['Fuel Economy', 'fueleconomy.html'],
	['Kidz Page', 'kidzpage.html'],
	['Success Stories', 'successstories.html'],
	['Online Resources', 'onres.html'],
	['Documents &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;>', null, null,
		['Newsletter', 'newsletter.html'],
		['Press Releases', 'pr.html'],
		['Other Documents', 'docs.html']
	],
	['Pictures &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; >', null, null,
		['From 2007', 'pictures07.html'],
		['From 2006', 'pictures06.html'],
		['From 2005', 'pictures05.html'],
		['From 2004', 'pictures04.html'],
		['From 2003', 'pictures03.html'],
		['From 2002', 'pictures02.html']
	],
	['Contact Us', 'contact.html']
];
