/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/'],
	['Catering', 'catering.asp', null,
		['Weddings', 'catering_wedding.asp'],
		['Business to Business', 'catering_business.asp'],
		['Barbeque', 'catering_barbeque.asp'],
		['Corporate Events', 'corporate_events.asp'],
		['Rent the Restaurant', 'rent_the_restaurant.asp'],
		['Recommended Event Venues', 'venues.asp'],
		['Rentals and Staffing', 'rental_staffing.asp'],
		['Frequently Asked Questions', 'faq.asp'],
		['Catering Menus', 'catering_menus.asp']
	],
	['Locations', 'locations.asp', null,
		['The Sassy Onion Grill', 'sassy_onion.asp'],
		['Cafe at the Capitol', 'cafe_capitol.asp'],
		['Cafe at CCBC', 'cafe_ccbc.asp'],
		['Cafe at Labor and Industries', 'cafe_labor_industries.asp'],
		['Cafe at SAIF', 'cafe_saif.asp'],
		['Caffe 680', 'caffe_680.asp'],
		['Sassy T', 'cafe_sassy_t.asp']
	],
/*	['Request A Quote', 'quote.asp'], */
	['Brag About Us', 'about.asp'],
/*	['Map & Directions', 'map_directions.asp'], */
	['Contact Us', 'contact.asp']
];

