BLANK_IMAGE = 'img_back_menu_transp.gif';


var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"#ffffff",
		shadow:"#ffffff",
		bgON:"#000000",
		bgOVER:"#0494F9"
	},
	css:{
		ON:"clsMenu",
		OVER:"clsMenu2"
	}
};

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#ffffff",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#0494F9"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsMenu",		// CSS class for items
		OVER:"clsMenu2"		// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = 
[
	{pos:[0,181], itemoff:[0,113.5], leveloff:[0,113.5], style:NOSTYLE, size:[19,227]},
	{code:"Home", size:[19,112.5], "url":"index.html"},


	{code:"Nossa Empresa",
		sub:[
			{itemoff:[20,0], leveloff:[20,0], style:STYLE},
			{code:"História", size:[19,112], "url":"idx_historia.html"},
			{code:"Missão", size:[19,112],"url":"idx_missao.html"},
			{code:"Valores", size:[19,112],"url":"idx_valores.html"},
		    ], 
		size:[19,112]}

];



var MENU_ITEMS2 = 
[
	{pos:[226,181], itemoff:[0,151], leveloff:[0,151], style:NOSTYLE, size:[150,302]},
	{code:"Serviços",
		sub:[
			{itemoff:[20,0], leveloff:[20,0], style:STYLE},
			{code:"Consultoria", size:[19,150], "url":"idx_serv_1.html"},
			{code:"Desenvolvimento", size:[19,150],"url":"idx_serv_2.html"},
			{code:"Designer", size:[19,150],"url":"idx_serv_3.html"},
			{code:"Gerenciamento de Projetos", size:[19,150], "url":"idx_serv_4.html"},
			{code:"Treinamento", size:[19,150], "url":"idx_serv_5.html"},
		    ], 
		size:[19,150]},

	{code:"Clientes", size:[19,150], "url":"idx_clientes.html"}
	
];

var MENU_ITEMS3 = 
[
	{pos:[528,181], itemoff:[0,121], leveloff:[0,121], style:NOSTYLE, size:[120,242]},

	{code:"Parceiros", size:[19,120], "url":"idx_parceiros.html"}


	
];


var MENU_ITEMS4 = 
[
	{pos:[649,181], itemoff:[0,112], leveloff:[0,112], style:NOSTYLE, size:[111,302]},
	{code:"Contato",
		sub:[
			{itemoff:[20,0], leveloff:[20,0], style:STYLE},
			{code:"Fale Conosco", size:[19,111],"url":"idx_fale_conosco.html"},
			{code:"FAQ", size:[19,111],"url":"idx_faq.html"},
			{code:"Parcerias", size:[19,111], "url":"idx_parcerias.html"},

		    ], 
		size:[19,111]}
	
];


var m1 = new COOLjsMenu("menu1", MENU_ITEMS);
var m2 = new COOLjsMenu("menu2", MENU_ITEMS2);
var m3 = new COOLjsMenu("menu3", MENU_ITEMS3);
var m4 = new COOLjsMenu("menu4", MENU_ITEMS4);