/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.shtml'],
	['Locations', 'locations.shtml', null,
		['All', 'locations_all.shtml'],
		['Madison', 'locations_madison.shtml'],
		['Dane County', 'locations_dane.shtml'],
		['Rock County', 'locations_rock.shtml'],
		['Sauk County', 'locations_sauk.shtml'],
		['Other Wisconsin', 'locations_other.shtml'],
		['Illinois', 'locations_illinois.shtml'],
		
	],
	['Menu', 'menu.shtml'],
	['Community', 'community.shtml', null,
		['BOOK-IT!', 'community_bookit.shtml'],
		['Fundraising', 'community_fundraising.shtml'],
		['True Sports', 'community_truesports.shtml']
	],
	['Careers', 'careers.shtml', null,
		['Benefits', 'careers_benefits.shtml'],
		['Training', 'careers_training.shtml'],
		['Openings', 'careers_openings.shtml'],
		['Apply Now!', 'http://www.realpizzahutjobs.com']
	],
	['Contact Us', 'contact.shtml', null,
		['Feedback', 'contact_feedback.shtml']
	]
];
