/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://rickchess.com'],
	['About Us', null, null,
		['About Us', 'http://rickchess.com/contact_us/rick.htm'],
		['Contact Us', 'http://rickchess.com/contact_us/contact_us.htm']
	],
	['Speaking Events', 'http://rickchess.com/news/aktuell.php'],
	['Useful Links', null]
];

