/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.html', {'sw':150}],
	['|', '', {'sw':2}],
	['MODELS', 'models.html', {'sw':158},
	    ['Highlands Collection', 'models-highland-collection.html'],
	  	['UP TO 2200 SQ. FT.', 'models-under2200sf.html'],
		['2200 TO 2600 SQ. FT.', 'models-2200to2600sf.html'],
		['2600 TO 3000 SQ. FT.', 'models-2600to3000sf.html'],
		['3000 TO 3400 SQ. FT.', 'models-3000to3400sf.html'],
		['OVER 3400 SQ. FT.', 'models-over3400sf.html'],
	],
	['|', '', {'sw':2}],
	['COMMUNITIES', 'communities.html', {'sw':158},
		
		['Evergreen Estates', 'Com-EvergreenEstates.html'],
		['Majestic Oaks', 'Com-MajesticOaks.html'],
		['Sun Valley', 'Com-SunValley.html'],
		['Citra Highlands', 'Com-CitraHighlands.html'],
		['Silver Meadows', 'Com-SilverMeadows.html'],
	],
	['|', '', {'sw':2}],
	['WHY BUILD', 'whybuild.html', {'sw':158},
	    ['Building vs Buying', 'whybuild-vs-buying.html'],
		['The Building Process', 'whybuild-process.html'],
		['Custom Work', 'whybuild-custom.html'],
	],
	['|', '', {'sw':2}],
	['CONTACT US', 'contact.html', {'sw':150}],
];
