var MENU_ITEMS = [	
	['Home', './index.php?page=home' + tigra_cms_site, null
		
	],
	
	['About', './index.php?page=about' + tigra_cms_site, null,
		['About YCP', './index.php?page=about' + tigra_cms_site],
		['YCP Map', './index.php?page=ycpmap'	+ tigra_cms_site],
		['Transportation', './index.php?page=transportation' + tigra_cms_site]		
	],
	
	['Tenants', './index.php?page=businesses' + tigra_cms_site, null, 
		['Tenant Directory', 	'./index.php?page=businesses'		+ tigra_cms_site]
	
	],
	
	['For Lease', null, null,
		['For Lease', './index.php?page=forlease' + tigra_cms_site]

	],
	
	['Contact Us', './index.php?page=contact' + tigra_cms_site, null, 
		['Contact Us', 	'./index.php?page=contact'	+ tigra_cms_site],
		['Find Us', 	'./index.php?page=find'		+ tigra_cms_site]
	
	],
		
]; 
