BLANK_IMAGE = 'imgs/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#999999",	// color of the item border, if any
		shadow:"#e1e1e1",	// color of the item shadow, if any
		bgON:"#f0f0f0",		// background color for the items
		bgOVER:"#cc0000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};
var MENU_ITEMS = [
	{pos:"relative", itemoff:[0,104], leveloff:[0,0], style:STYLE, size:[21,105]},
	{code:"<b>Empresa</b>",
		sub:[
			{"itemoff":[20,0], leveloff:[20,0], size:[21,180]},
			{code:"Visão Geral", url:"overview_bra.html"},
			{code:"Vídeo da Empresa", url:"corporate_video_bra.html"},
			{code:"Certificações", url:"certifications_bra.html"},
			{code:"Carreiras", url:"careers_bra.html"},
			]
	},
	{code:"<b>Notícias</b>",
		sub:[
			{"itemoff":[20,0], leveloff:[20,0], size:[21,105]},
			{code:"Notícias", url:"news_bra.html"},
			{code:"Eventos", url:"events_bra.html"},
			]
	},
	{code:"<b>Produtos</b>",
		sub:[
			{"itemoff":[20,0], leveloff:[20,0], size:[21,200]},
			{code:"Especificações", url:"products_spec_bra.html"},
			{code:"FISPQ", url:"products_msds_bra.html"},
			]
	},
	{code:"<b>Fornecedores</b>", url:"suppliers_bra.html"},	
	{code:"<b>Socioambiental</b>",
		sub:[
			{"itemoff":[20,0], leveloff:[20,0], size:[21,200]},
			{code:"Ações Sociais", url:"ser_social_bra.html"},
			{code:"Responsabilidade Ambiental", url:"ser_environmental_bra.html"},
			{code:"Segurança e Saúde do Trabalhador", url:"ser_safety_bra.html"},
			]
	},
	{code:"<b>Contato</b>",
		sub:[
			{"itemoff":[20,0], leveloff:[20,0], size:[21,105]},
			{code:"Contato", url:"contact_bra.html"},
			{code:"Mapas", url:"contact_map_bra.html"},
			]
	},
	{code:"<b>SAC</b>",size:[21,45],
		sub:[
			{"itemoff":[20,0], leveloff:[20,0], size:[21,105]},
			{code:"Elogios", url:"form_bra.php?advisor=true"},
			{code:"Sugestões", url:"form_bra.php?apnet=true"},
			{code:"Reclamações", url:"form_bra.php?asthor=true"},
			]
	},

];
