/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'sw':160}],
	['Property Details', 'steamboat-estates-details.php', {'sw':160}],
	['Photo Gallery', 'gallery_gal.php?id=1', {'sw':160,'bw':120,'bl':34},
		['Interior', 'gallery_gal.php?id=1'],
		['Exterior', 'gallery_gal.php?id=13'],
		['Seasonal', 'gallery_gal.php?id=16']
	],
	['Floor Plans', 'floorplans.htm', {'sw':160,'bl':44},
		['First Floor Plan and Guest House', 'steamboat-estates-floor_1.htm'],
		['Second Floor Plan', 'steamboat-estates-floor_2.htm'],
		['Lower Level Theater Floor Plan', 'media.htm']
	],
	['Contact', 'contact.php', {'sw':160}]
];

