/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.garybland.com/'],
	['Meet Gary Bland', 'http://www.hawaiilife.com/company/people/info-agent.php?id=156549'],
	['Contact Gary Bland', 'http://www.garybland.com/request.php'],
	['Garys Blog', 'http://activerain.com/blogs/gbland'],	
	['SEARCH Maui\'s MLS', 'http://www.garybland.com/search.php'],
	['Wailea', 'http://www.garybland.com/area_south_wailea.php'],
	['Kihei', 'http://www.garybland.com/area_south_kihei.php'],
['Maui South >>', 'http://www.garybland.com/south_maui.php', null,
		['Kihei', 'http://www.garybland.com/area_south_kihei.php'],
		['Maalaea', 'http://www.garybland.com/area_south_maalaea.php'],
		['Makena', 'http://www.garybland.com/area_south_makena.php'],
		['Maui Meadows', 'http://www.garybland.com/area_south_maui_meadows.php'],
		['Wailea', 'http://www.garybland.com/area_south_wailea.php'],
		],
['Maui West >>', 'http://www.garybland.com/south_maui.php', null,
		['Honokawai', 'http://www.garybland.com/area_west_honokawa.php'],
		['Kaanapali', 'http://www.garybland.com/area_west_kaanapali.php'],
		['Kapalua', 'http://www.garybland.com/area_west_kapalua.php'],
		['Lahaina', 'http://www.garybland.com/area_west_lahaina.php'],
		['Napili', 'http://www.garybland.com/area_west_napili.php'],
		['Olowalu', 'http://www.garybland.com/area_west_olowalu.php'],
		],
['Maui\'s Upcountry >>', 'http://www.garybland.com/upcountry.php', null,
		['Kula/Ulupalakua/Keokea', 'http://www.garybland.com/area_upcountry_kula.php'],
		['Makawao/Olinda/Haliimaile', 'http://www.garybland.com/area_upcountry_makawao.php'],
		['Pukalani', 'http://www.garybland.com/area_upcountry_pukalani.php']
		],
['Maui Central >>', 'http://www.garybland.com/south_maui.php', null,
		['Kahului', 'http://www.garybland.com/area_central_kahului.php'],
		['Wailuku/Kahakuloa', 'http://www.garybland.com/area_central_wailuku.php'],
		['Waihee/Waiehu/Waikapu', 'http://www.garybland.com/area_central_wailuku.php'],
		],
['Maui North Shore >>', 'http://www.garybland.com/south_maui.php', null,
		['Haiku/Paia/Peahi/Huelo', 'http://www.garybland.com/area_north_haiku.php'],
		['Sprecksville', 'http://www.garybland.com/area_north_spreckelsville_paia.php'],
		],
['Maui East >>', 'http://www.garybland.com/south_maui.php', null,
		['Hana/Keanae/Nahiku/Homoa', 'http://www.garybland.com/area_east_hana.php'],
		],
['Condo Maps >>', 'http://www.garybland.com/golf.php', null,
		['Kihei', 'http://www.garybland.com/maps_condos_kihei.php'],
		['Maalaea', 'http://www.garybland.com/maps_condos_maalaea.php'],			
		['Makena', 'http://www.garybland.com/maps_condos_makena.php'],
		['Wailea', 'http://www.garybland.com/maps_condos_wailea.php'],
		],
['Links >>', 'http://www.garybland.com/links_re.php', null,
		['Garys Links', 'http://www.garybland.com/links_garys.php'],
		['Hawaii Real Estate Links', 'http://www.garybland.com/links_re.php'],
		['Out of state Realtors', 'http://www.garybland.com/links_re_mainland.php'],
	],
['Buyers Resource >>', 'http://www.garybland.com/links_re.php', null,
		['Maui Appraisers', 'http://www.garybland.com/resource_appraisers.php'],
		['Maui Escrow Companies', 'http://www.garybland.com/resource_escrow.php'],
		['Maui Inspectors', 'http://www.garybland.com/resource_inspectors.php'],
		['Maui Lenders', 'http://www.garybland.com/resource_lenders.php'],
		],
	['Golf', 'http://www.garybland.com/golf.php'],
	['Maui Beaches', 'http://www.garybland.com/beaches.php'],
	];


