/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.themorgan.org', {'sw':50}],
	['Museum &#187;', 'http://www.themorgan.org/whatson.asp', {'sw':80},
		['Visit the Museum', 'http://www.themorgan.org/visit/default.asp'],
		['Exhibitions', 'http://www.themorgan.org/exhibitions/default.asp'],
		['Calendar', 'http://www.themorgan.org/calendar/default.asp'],
		['Public Programs', 'http://www.themorgan.org/public/default.asp'],
		['Education', 'http://www.themorgan.org/education/default.asp'],
		['Dining', 'http://www.themorgan.org/visit/dining.asp']
	],
	['Collection &#187;', 'http://www.themorgan.org/collections/defaultSplash.asp', {'sw':90},
		['Collection Highlights', 'http://www.themorgan.org/collections/default.asp'],
		['Online Exhibitions', 'http://www.themorgan.org/exhibitions/defaultExhibOnline.asp'],
		['Music Manuscripts Online', 'http://www.themorgan.org/music/default.asp'],
		['Collection News', 'http://blog.themorgan.org/new-at-the-morgan.aspx'],
		['Conservation', 'http://www.themorgan.org/collections/collectionsThaw.asp'],
		['Drawing Institute', 'http://www.themorgan.org/research/drawing-institute.asp'],
		['Multimedia', 'http://www.themorgan.org/multimedia/default.asp'],
		['CORSAIR collection catalog', 'http://corsair.themorgan.org/cgi-bin/Pwebrecon.cgi?DB=local&PAGE=kbSearch']
	],
	['Research &#187;', 'http://www.themorgan.org/research/default.asp', {'sw':80},
		['CORSAIR collection catalog', 'http://corsair.themorgan.org'],
		['Research Services', 'http://www.themorgan.org/research/default.asp'],
		['Reading Room', 'http://www.themorgan.org/research/reading.asp'],
		['Research Guides', 'http://www.themorgan.org/research/collectionsGuide.asp'],
		['Drawing Institute', 'http://www.themorgan.org/research/drawing-institute.asp'],
		['Photography & Rights', 'http://www.themorgan.org/research/photo.asp']
	],
	['About &#187;', 'http://www.themorgan.org/about/default.asp', {'sw':60},
		['Press', 'http://www.themorgan.org/about/news.asp'],
		['Morgan History', 'http://www.themorgan.org/about/history.asp'],
		['McKim Building Restoration', 'http://www.themorgan.org/McKim/default.asp'],
		['The Morgan Campus', 'http://www.themorgan.org/about/campus.asp'],
		['Social Media', 'http://www.themorgan.org/socialmedia/default.asp'],
		['Blog', 'http://blog.themorgan.org/Default.aspx'],
		['Employment', 'http://www.themorgan.org/opportunities/default.asp'],
		['Internships', 'http://www.themorgan.org/opportunities/internships-volunteer.asp'],
		['Fellowships', 'http://www.themorgan.org/research/drawing-institute-fellowships.asp'],
		['Volunteer', 'http://www.themorgan.org/opportunities/volunteer.asp']
	],
	['Support &#187;', 'http://www.themorgan.org/support/default.asp', {'sw':70},
		['Become a Member', 'http://www.themorgan.org/support/membership.asp'],
		['Make a Donation', 'http://www.themorgan.org/support/annual.asp'],
		['Corporate Membership', 'http://www.themorgan.org/support/corporate.asp'],
		['Corporate Entertaining', 'http://www.themorgan.org/support/entertaining.asp']
	],
	['Shop', 'http://www.themorgan.org/shop/default.asp', {'sw':50}],
	['Contact', 'http://www.themorgan.org/html/contact.asp', {'sw':60}]
];

