// JavaScript Document/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', null,
		['About Us', 'about.html'],
		
	],
	['Buffets', null, null,
		['Our Location', 'tivolibuffets.html'],
		['Other Location', 'buffets.html'],
		
	],
	['Weddings', null, null,
		['Our Location', 'weddings.html'],
		['Other Location', 'offsitewed.html'],
		
	],
	['Picnics/Pigroasts', 'picnics.html', null,
	 	['Remos To Go', 'togo.html'],
		['Self Serve', 'selfserve.html'],
		],
	['Appetizers', 'horsd.html'],
	['Desserts', 'deserts.html'],
	['Corporate', 'business.html'],
	['Specialty', 'specialty.html'],
	['Venues', 'venus.html'],
	['Contacts', 'contacts.html'],
	
];
