/* Tigra Menu items structure */
var MENU_ITEMS = [
	['» Bem Vindo', '/index.html'],
	['» Novidades', '/novidades.html'],
	['» Aves',null,  null,
		['» O Livro', '/livro.html'],
		['» Aves JF e Região', '/aves/page.html'],
		['» Aves Ornamentais', '/aves_o/page.html']
	],
	['» Fotografia', '/fotografia.html', null,
		['» Efeitos', '/eumimeumesmo.html'],
		['» My Family', '/family.html'],
		['» Mio Chalé', null]
	],
	['» T. I. ', null],
	['» Outros', null,null,
		['» Galáxia ao Átomo', '/galaxiaatomo.html'],
		['» Raul Seixas', '/raulseixas.html'],
		['» Religiões', '/religioes.html'],
		['» Trekking', '/trekking.html']
	],
	['» Links', '/links.html'],
	['» Downloads','/downloads.html'],
	['» Contato', '/contato.html']
];
