/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['Home', "index.html"],
	["Locations", null,	  [], 
	["Crowne Plaza Hotel", "http://www.crowneplaza.com/h/d/cp/1/en/hotel/ISPCP?hotelCode=ISPCP"],
	["Sheraton Hotel", "http://deals.sheraton.com/Sheraton-Long-Island-Hotel-855/so.htm?PS=PS_aa_NorthNY_NorthNY_-_Google_-_BD_Sheraton_smithtown_ModifiedBroad_110810_NAD_FM"],
	],					   
	['Packages', "location.aspx"],
	['Vendors', "vendors.aspx"],
	['Event Pictures', "events.aspx"],
	["Registration", null,   [],
	[ "Weekend Getaways", "registration2.aspx"],
	["Daycrops", "ClassyCropsDayRegistration.pdf"]
	],
	['Classes', "#"]
];


