/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home','http://www.pinkpartysd.com/index.htm'],
	['About Us', null, null,
		['Our Mission', 'http://www.pinkpartysd.com/about/mission.htm'],
		['Volunteers', 'http://www.pinkpartysd.com/about/volunteers.htm'],
		['Contact Us', 'http://www.pinkpartysd.com/about/contact.htm'],
		['Charities', 'http://www.pinkpartysd.com/about/charity.htm'],
		['Education', 'http://www.pinkpartysd.com/about/education.htm']
	],
	['Attractions', null, null,
		['DJs', 'http://www.pinkpartysd.com/attractions/djs.htm'],
		['Bands', 'http://www.pinkpartysd.com/attractions/bands.htm'],
		['Cirque & Performers', 'http://www.pinkpartysd.com/attractions/activities.htm'],
		['Art', 'http://www.pinkpartysd.com/attractions/art.htm'],
		['Fashion Show', 'http://www.pinkpartysd.com/attractions/fashion.htm'],
		['Silent Auction', 'http://www.pinkpartysd.com/attractions/auction.htm'],
		['Food & Drink', 'http://www.pinkpartysd.com/attractions/food.htm']
	],
	['Tickets', 'http://www.pinkpartysd.com/tickets/default.htm'],
	['Venue', null, null,
		['Location & Directions', 'http://www.pinkpartysd.com/venue/map.htm'],
		['What to Wear', 'http://www.pinkpartysd.com/venue/wear.htm']
	],
	['Make a Gift','http://www.pinkpartysd.com/gift/default.htm'],
	['Get Involved', null, null,
		['Volunteers', 'http://www.pinkpartysd.com/involved/volunteers.htm'],
		['Donate to the Cause', 'http://www.pinkpartysd.com/involved/donate.htm']
	],
	['Press', 'http://www.pinkpartysd.com/press/default.htm'],
	['Gallery', null, null,
		['2006 Gallery', 'http://www.pinkpartysd.com/gallery/gallery2006.htm'],
		['2007 Gallery', 'http://www.pinkpartysd.com/gallery/gallery2007.htm'],
		['2008 Gallery', 'http://www.pinkpartysd.com/gallery/gallery2008.htm'],
		['2009 Gallery', 'http://www.pinkpartysd.com/gallery/gallery2009.htm']
	]
];
