/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.ricobravo.com/'],
	['Classes', null, {'tt':'','sb':''},
		['Academy', 'http://www.ricobravo.com/html/academy.html'],
		['Schedule', 'http://www.ricobravo.com/html/schedule.html'],
		['Sign Up', 'http://www.ricobravo.com/html/signup.html'],
		['Directions', 'http://www.ricobravo.com/html/directions.html'],
//		['F.A.Q.', 'http://www.ricobravo.com/html/faq.html'],
//		['Testimonials', 'http://www.ricobravo.com/html/testimonials.html']
	],
	['Gallery', null, {'tt':'','sb':''},
		['Studio', 'http://www.ricobravo.com/html/studio.html'],
//		['Dancers', 'http://www.ricobravo.com/html/dancers.html']
	],
	['Forum', 'http://www.ricobravo.com/html/forum.html'],
	['News', null, {'tt':'','sb':''},
		['Events', 'http://www.ricobravo.com/html/events.html'],
		['Links', 'http://www.ricobravo.com/html/links.html']
	],
	['Contact', 'http://www.ricobravo.com/html/contact.html'],
	['About', null, {'tt':'','sb':''},
		['Biography', 'http://www.ricobravo.com/html/bio.html'],
		['Accomplishments', 'http://www.ricobravo.com/html/accomplishments.html'],
		['Choreography', 'http://www.ricobravo.com/html/choreography.html'],
		['Pa Bravo Yo', 'http://www.ricobravo.com/html/bravo.html']
	]
];
