/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Home', 'Ephrata.htm', {'sw':80}],
	['Visitor Info', 'visitorinformation.htm', {'sw':150}],
	['Accommodations', 'accommodations.htm', {'sw':150},
		['Bed and Breakfast', 'bedandbreakfast.htm'],
		['Campgrounds', 'campgrounds.htm'],
		['Hotels and Motels', 'hotels.htm'],
		['RV Parks', 'campgrounds.htm']
	],		
	['Attractions', 'Ephrata.htm#attractions', {'sw':150}],
		 ];
