/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Home', 'Walla_Walla.htm', {'sw':80}],
	['Visitor Information', 'visitorinformation.htm', {'sw':160}],
	['Accommodations', 'Walla_Walla.htm#accommodations', {'sw':150},
	    ['Bed and Breakfasts', 'bedandbreakfast.htm'],
		['Hotels and Motels', 'hotels.htm']
	],
	['Attractions', 'attractions.htm', {'sw':110}],
];
