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




with(menuStyle=new mm_style()){

fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="normal";
headerbgcolor="#eeeeee";
headercolor="#ffffff";
offbgcolor="#8EA8CA";
offcolor="#ffffff";
onbgcolor="#325686";
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="10";
fontstyle="normal";
headerbgcolor="#eeeeee";
headercolor="#ffffff";
offbgcolor="#8EA8CA";
offcolor="#ffffff";
onbgcolor="#325686";
oncolor="#ffffff";
padding=4;
pagebgcolor="#3B649D";
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="horizontal";
style=submenuStyle;
top=10;
aI("text=<strong>Início</strong>;url=index.html;");
aI("showmenu=A Empresa;text=<strong>A Empresa</strong>;url=;");
aI("text=<strong>Sistema de Ensino</strong>;url=sistema-ensino.html;");
aI("showmenu=Clientes;text=<strong>Clientes</strong>;url=;");
aI("text=<strong>Rede Teleport</strong>;url=rede-teleport.html;");
aI("showmenu=Associe-se;text=<strong>Associe-se</strong>;url=;");
aI("text=<strong>Not&iacute;cias</strong>;url=noticias.html;");
aI("text=<strong>Fale Conosco</strong>;url=contato.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;");
aI("text=<strong>Parceiros</strong>;url=parceiros.html;");
}


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

