/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Home', 'Okanagan_Valley.htm', {'sw':60}],	
	['Visitor Info', 'visitorinformation.htm', {'sw':120},
	],	
	['Accommodations', 'accommodations.htm', {'sw':120},
		['Bed & Breakfast', 'bedandbreakfast.htm'],
		['Campgrounds','campgrounds.htm'],
		['Hotels and Motels', 'hotels.htm'],
		['RV Parks','campgrounds.htm'],
	],
	['Food & Beverage', 'dining.htm', {'sw':140},
	],
	['Attractions','attractions.htm', null,
	],
	['Activities','activities.htm', null,
	 ],
	['Shopping','shopping.htm', {'sw':120},
	]
];

