/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sw':85}],
	['The Paoli Group', 'contact.php', {'sw':130,'bw':100},
		['About', 'http://www.steamboat-springs-developments.com/contact.htm'],
		['Investments', 'http://www.steamboat-springs-developments.com/investments.html'],
		['Developments', 'http://www.steamboat-springs-developments.com/developments.html'],
		['Custom Homes', 'http://www.steamboat-springs-developments.com/custom_home.html'],
		['Confidentiality', 'http://www.steamboat-springs-developments.com/confidentiality.html']
	],
	['Property Search', null, {'sw':130},
		['Featured Properties', 'http://www.steamboat-springs-developments.com/featured.php', {'sh':20}],
		['Search All Properties', 'http://www.steamboat-springs-developments.com/search.php'],
		['Distressed Properties', 'http://www.steamboat-springs-developments.com/distressed.html'],
		['Property Updates', 'http://www.steamboat-springs-developments.com/property_sign_up.htm']
	],
	['Steamboat Info', 'http://www.steamboat-springs-developments.com/steamboat.html', {'sw':125}],
	['Resources', null, {'sw':105},
		['Buyers / Sellers', 'http://www.steamboat-springs-developments.com/buyers_sellers.html'],
		['Market Analysis', 'http://www.steamboat-springs-developments.com/market_update.htm'],
		['Paoli Group Blog', 'http://www.steamboatcoloradorealestate.blogspot.com', {'tw':'_blank'}],
		['Air Service', 'http://www.steamboat-springs-developments.com/air_service.html'],
		['Newsletter', 'http://www.steamboat-springs-developments.com/newsletter.html']
	],
	['Contact', 'http://www.steamboat-springs-developments.com/contact_form.htm', {'sw':75}]
];

