/* Tigra Menu items structure */
var MENU_ITEMS = [
['Buying', 'forsale.htm', {'sw':65},
	 ['Properties For Sale', 'forsale.htm'],
	['Buying Process', 'buying_process.htm'],
		['Suburb Profiles', 'suburb_profiles.htm']
	],
['Selling', 'selling.htm', {'sw':72},
	 ['Selling With Us', 'selling.htm'],
		['Selling Process', 'selling_process.htm'],
		['Market Appraisal', 'appraisal_sales/selling_appraisal.php']
	],
	['Property Management', 'ptymgt_landlords.htm', {'sw':196},
	 ['Landlord Benefits', 'ptymgt_landlords.htm'],
	['The Leasing Process', 'ptymgt_leasingprocess.htm'],
		['Our Guarantee', 'ptymgt_guarantee.htm'],
		['Rental Appraisals', 'appraisal_rent/ptymgt_appraisal.php']
	],
	['Renting', 'forlease.htm', {'sw':76},
		['For Lease', 'forlease.htm'],
		['Tenant Information', 'rent_tenantinfo.htm'],
	['Repair Request', 'repair/rent_repairrequest.php'],
		['Suburb Profiles', 'suburb_profiles.htm']
	],
	['About Us', 'about_us.htm', {'sw':103},
	 ],
	['Contact', 'contact/contact_us.php', {'sw':110}]
];

