/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['Home', ['index.php', , 'Home']],
	['Services', ['services.php', , 'Services'], null,
		['Avaiation', ['avaition.php', , 'Avaiation']],
		['Marine', ['marine.php', , 'Marine']],
		['Property', ['property.php', , 'Property']]
	],
	['Contact Us', ['contact.php', , 'Contact Us']]
];

