/* Tigra Menu items structure */
var MENU_ITEMS = [
	['» BUY', null, {'sw':75},
		[':: For Sale', 'forsale.htm'],
		[':: Prestige Listings', 'prestige.htm'],
		[':: Open For Inspection', 'opens.htm', {'tw':'_blank'}],
		[':: Recent Sales', 'sold.htm'],
		[':: Auction Order Of Sale', 'auctions_orderofsale.pdf', {'tw':'_blank'}],
		[':: Buying Tips', 'tipsbuyers.htm'],
		[':: Finance', 'http://nsw.rh.com.au/financial_services.php', {'tw':'_blank'}]
	],
	['» SELL', null, {'sw':75},
		[':: Thinking Of Selling?', 'selling.htm'],
		[':: Market Appraisal', 'appraisal.htm'],
		[':: Selling Tips', 'tipsselling.htm'],
		[':: Finance', 'http://nsw.rh.com.au/financial_services.php', {'tw':'_blank'}]
	],
	['» HOLIDAY', null, {'sw':100},
		[':: Holiday Accommodation', 'holidays.htm'],
		[':: Your Holiday Requirements', 'registerholiday.htm'],
		[':: Terms & Conditions', 'termscond.htm'],
		[':: Rent Your Home', 'holidaychecklist.htm']
	],
	['» RENT', null, {'sw':75},
		[':: For Lease', 'ForLease.htm'],
		[':: Your Leasing Requirements', 'RegisterLease.htm'],
		[':: Tenant Information', 'tenancyinformation.htm'],
		[':: Investor Information', 'TipsInvestors.htm'],
		[':: Management Services', 'PptyMgtServices.htm']
	],
	['» ABOUT US', null, {'sw':100},
		[':: Company Profile', 'aboutus.htm'],
		[':: Our Team', 'staff.htm'],
		[':: Awards', 'awards.htm'],
		[':: Property Editorials', 'editorials.htm'],
		[':: Careers', 'careers.htm']
	],
	['» LOCAL AREA', null, {'sw':100},
		[':: Palm Beach', 'localarea.htm'],
		[':: Whale Beach', 'lawhalebeach.htm'],
		[':: Avalon Beach', 'laavalon.htm'],
		[':: Clareville', 'laclareville.htm'],
		[':: Bilgola', 'labilgola.htm'],
		[':: Bungan Beach & Newport', 'lanewport.htm'],
		[':: Bayview', 'labayview.htm']
	],
		['» HOME', 'index.htm', {'sw':100}
	]
];



