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="#00111F";
offcolor="#ffffff";
onbgcolor="#024972";
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="#00111F";
offcolor="#ffffff";
onbgcolor="#024972";
oncolor="#ffffff";
padding=4;
pagebgcolor="#E50000";
pagecolor="#ffffff";
subimage="img/arrow.gif";
subimagepadding=2;
rawcss="padding:2 4 2 5";
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=http://www.eadtv.com.br/index.html;");
aI("text=<strong>Inscrição</strong>;url=http://www.eadtv.com.br/inscricao.asp;");
aI("text=<strong>Empresa</strong>;url=http://www.eadtv.com.br/empresa.html;");
aI("text=<strong>Inovação Tecnológica</strong>;url=http://www.eadtv.com.br/inovacao.html;");
aI("text=<strong>Sistema de Ensino</strong>;url=http://www.eadtv.com.br/s-ensino.html;");
aI("text=<strong>Cursos</strong>;url=http://www.eadtv.com.br/cursos.html;");
aI("text=<strong>Certificados</strong>;url=http://www.eadtv.com.br/certificados.html;");
aI("text=<strong>Estudantes</strong>;url=http://www.eadtv.com.br/estudantes.html;");
aI("text=<strong>Matrícula</strong>;url=http://www.eadtv.com.br/matricula.html;");
aI("text=<strong>Entre em Contato</strong>;url=http://www.eadtv.com.br/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;");
}


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();


