/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/home.php', {'sw':70}],
['Properties', null, {'sw':100,'bw':175,'bl':0},
		['Villa Designs', '/villadesigns.php'],
		['Condominiums', '/condominiums.php'],
		['Design Studio', '/designstudio.php'],
		['Prices', '/prices.php'],
		['Building Phases', '/phases.php'],
		['Lot Locator', '/customer.php'],
		['Payment Terms', '/payment.php'],
		['Mortgages', '/mortgages.php'],
		['Buying Property in Mexico', '/buyinginmexico.php'],
		['Fractional Ownership', '/fractionals.php']
	],
	['Location', null, {'sw':110,'bw':225,'bl':0},
		['Overview', '/overview.php'],
		['Mexico & Yucatan Region Maps', '/mexicomap.php'],
		['How to Get Here', '/howtogethere.php']
	],
	['Resort Information', null, {'sw':110,'bw':225,'bl':-35},
		['General Description', '/generaldescription.php'],
		['El Centro', '/elcentro.php'],
		['Golf & Country Club Membership', '/membership.php'],
		['Management Services', '/management.php'],
		['Resort Plan', '/resortplan.php'],
		['Medical Care', '/medicalcare.php'],
		['FAQs', '/faqs.php']
	],
	['Golf & Country Club', null, {'sw':180,'bw':200},		
			['Golf', '/golf.php'],
			['Tennis', '/tennis.php'],
			['Health & Fitness Club', '/health.php'],
			['Spa', '/spa.php'],
			['Equestrian Center', '/equestriancenter.php'],
			['Children’s Play Area', '/childsplayarea.php'],
			['Club House', '/clubhouse.php'],
			['Jogging & Cycling', '/jogging.php']
	],
	['Development', null, {'sw':110,'bw':165,'bl':-10},
		['Why Flamingo Lakes?', '/whyflamingo.php'],
		['Environment', '/environment.php'],
		['Conservation Area', '/conservationarea.php'],
		['Infrastructure', '/infrastructure.php'],
		['Infrastructure Timetable', '/infrastructuretable.php'],
		['Construction Update', '/construction-update.php']
	],
	['Developer', null, {'sw':100,'bw':175,'bl':-2},
		['Company', '/company.php'],
		['Directors', '/directors.php'],
		['Contact Us', '/contactus.php']
	],
	['Lot Locator', '/customer.php', {'sw':120}]
];

