/* Tigra Menu items structure */
var MAINMENU_ITEMS = 
[
	['Home', 'http://www.roselandia.com.br/index.html',
	],
	['~*~', null
	],
	['Rosas', 'http://www.roselandia.com.br/rosasintro.html',
	],
	['Outras Plantas', 'http://www.roselandia.com.br/outrasintro.html',
	],
/*	['Novidades', 'http://www.roselandia.com.br/novidades.html',
	],  */
/*	['Ofertas', null, null,
		['Esta função estará disponível em alguns dias. Obrigado pela compreensão.']
		/*  'http://www.roselandia.com.br/novi#ofeitas.html', 
	],*/
	['Como Cuidar', 'http://www.roselandia.com.br/cuidar.html',
	],
	['~*~', null
	],
	['A Empresa', 'http://www.roselandia.com.br/empresa.html',
	],
	['Historia', 'http://www.roselandia.com.br/historia.html',
	],
	['Alma Gêmea', 'http://www.roselandia.com.br/jardins.html#alma',
	],
	['~*~', null
	],
	['Site Map', 'http://www.roselandia.com.br/sitemap.html',
	],
	['~*~', null
	],
	['Contato', '#contato',
	]
];

