fixMozillaZIndex=9999; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=195;
_subOffsetTop=0;
_subOffsetLeft=1;




with(menuStyle=new mm_style()){

fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="normal";
headerbgcolor="#eeeeee";
headercolor="#ffffff";
offbgcolor="#F24312";
offcolor="#ffffff";
onbgcolor="#AE0303";
oncolor="#ffffff";
padding=4;
pagebgcolor="#ffffff";
pagecolor="#98101C";
separatorcolor='#ffffff'
//separatorwidth=10;
subimage="img/arrow.gif";
subimagepadding=2;
//margin=4;
rawcss="padding:5 5 5 5";
}

with(submenuStyle=new mm_style()){

fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="normal";
headerbgcolor="#eeeeee";
headercolor="#ffffff";
offbgcolor="#F24312";
offcolor="#ffffff";
onbgcolor="#AE0303";
oncolor="#ffffff";
padding=4;
pagebgcolor="#E50000";
pagecolor="#ffffff";
subimage="img/arrow.gif";
subimagepadding=2;
rawcss="padding:2 20 2 20";
bordercolor="#363B3F";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize=1;
//onborder="2px solid #FF0000";
}

with(milonic=new menuname("Main Menu")){
position="relative";
alwaysvisible=1;
left=10;
orientation="vertical";
style=submenuStyle;
top=10;
aI("text=<strong>HOME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>;url=index.html;");
aI("text=<strong>EMPRESA</strong>;url=empresa.html;");
aI("text=<strong>SERVIÇOS</strong>;url=servicos.html;");
aI("text=<strong>ÁREA DO CLIENTE</strong>;url=areadocliente.html;");
aI("text=<strong>FALE CONOSCO</strong>;url=fale.html;");
}

with(milonic=new menuname("A Empresa")){
overflow="scroll";
style=submenuStyle;
aI("text=<strong>Sobre a Empresa</strong>;url=sobreempresa.html;");
}

with(milonic=new menuname("Clientes")){
overflow="scroll";
style=submenuStyle;
aI("text=<strong>Certificadoras&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>;url=certificadoras.html;");
}


with(milonic=new menuname("Associe-se")){
overflow="scroll";
style=submenuStyle;
aI("text=<strong>Associe-se a Nossa Rede</strong>;url=associe-se.html;");
aI("text=<strong>Transmita cursos via satélite</strong>;url=igc.html;");
}
drawMenus();


