/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Buying', null, null,
		['Properties For Sale', 'forsale.htm'],
		['Previous Sales', 'sold.htm'],
		['Buyer Tips', 'buyer_tips.htm'],
	],
	['Selling', null, null,
		['Selling With Us', 'selling.htm'],
		['Appraisal Request', 'appraisal.htm'],
		['Selling Tips', 'selling_tips.htm']
	],
	['Leasing', null, null,
		['Properties For Lease', 'forlease.htm'],
		['Tenant Information', 'tenancy_information.htm'],
		['Tenancy Forms', 'tenancy_forms.htm'],
		['Repair Request', 'repair_request.htm'],
		['Landlord Services', 'landlord_services.htm']
	],
	['About Us', null, null,
		['Company Profile', 'company_profile.htm'],
		['Our Team', 'team.htm'],
		['Community Involvement', 'community.htm']
	],
	['Information', null, {'sw':150},
		['Helpful Links', 'links.htm'],
		['News', 'news.htm']
	],
	['Contact Us', 'contact.htm']
];
