/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['Home', 'http://www.raphroberts.com', [, , 150]],
	['Online Galleries', null, [169, , 150],
		['Digital Media', 'http://www.raphroberts.com/gallery_digital_media/Online/index.php'],
		['Natural Media', 'http://www.raphroberts.com/gallery_fine_art/Online/index.php'],
		['Photography', 'http://www.raphroberts.com/gallery_photography/Online/index.php'],
	],
	['Services', null, [169, , 150],
		['Services Available', 'http://www.raphroberts.com/services.html'],
		['Price List', 'http://www.raphroberts.com/prices.html'],
		['Pay Online', 'http://www.raphroberts.com/pay.php'],
	],
	['Contact Details', 'http://www.raphroberts.com/contact.html', [169, , 150]],
	['Tutorials', 'http://www.raphroberts.com/walk.html', [169, , 150]],
];