/* Tigra Menu items structure */
var MENU_ITEMS = [
	['BUYING', null, {'sw':70},
		['For Sale', 'forsale.htm'],
		['Sold', 'sold.htm'],
		['Register Your Requirements', 'register_buy.php'],
		['Market Updates', 'marketupdates.htm'],
		['Testimonials', 'testimonials_sales.htm'],
		['Tips for Buyers', 'buyer_tips.htm'],
	],
	['SELLING', null, {'sw':70},
		['Selling With Us', 'selling.php'],
		['Appraisal Request', 'selling.php'],
		['Market Updates', 'marketupdates.htm'],
		['Testimonials', 'testimonials_sales.htm'],
		['Selling Tips', 'selling_tips.htm']
	],
	['RENTING', null,  {'sw':80},
		['For Lease', 'forlease.htm'],
		['Register Your Requirements', 'register_lease.php'],
		['Tenant Information', 'tenancy_information.htm'],
		['Tenancy Forms', 'tenancy_forms.php'],
		['Repair Request', 'tenancy_forms.php'],
		['Landlord Services', 'landlord_services.php']
	],
	['COMMERCIAL', null,  {'sw':80},
		['For Sale', 'commercial_forsale.htm'],
		['For Lease', 'commercial_forlease.htm'],
		['Downloads', 'commercial_downloads.htm']
	],
			['', '', {'sw':376},
	 ],
	['About Us', null,  {'sw':75},
		['Company Profile', 'profile.htm'],
		['Our Team', 'team.htm'],
		['Careers', 'http://www.raywhiteepping.com.au/register_career/career.php']
	],
	['News', 'news.htm', {'sw':70}],
	['Contact', 'contact.htm']
];

