_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Página Inicial;target=;url=./;");
aI("showmenu=A FEESUFotosINFO_BAR_MENU;text=A FEESU;target=;url=institucional.html;");
aI("showmenu=Estude na FEESUGraduaçãoINFO_BAR_MENU;text=Estude na FEESU;target=;url=estudenafeesu.html;");
aI("showmenu=ExtensãoAnaisINFO_BAR_MENU;text=Extensão;target=;url=extensao.html;");
aI("text=Ingresso;target=;url=ingresso.html;");
}

with(milonic=new menuname("A FEESUFotosINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Fotos;target=;url=fotos.html;");
aI("text=História;target=;url=historia.html;");
aI("text=Diretoria;target=;url=diretoria.html;");
aI("text=Arquivos;target=;url=arquivos.html;");
aI("text=Biblioteca;target=;url=biblioteca.html;");
aI("text=Legislação;target=;url=legislacao.html;");
aI("text=Professores;target=;url=professores.html;");
}

with(milonic=new menuname("Estude na FEESUGraduaçãoINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Graduação;target=;url=graduacao.html;");
aI("text=Pós-Graduação;target=;url=posgraduacao.html;");
aI("text=Calendário Acadêmico;target=;url=calendarioacademico.html;");
}

with(milonic=new menuname("ExtensãoAnaisINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Anais;target=;url=anais.html;");
aI("text=Revista;target=;url=revista.html;");
aI("text=Sobre a extensão;target=;url=sobreaextensao.html;");
aI("text=Projeto de extensão;target=;url=projetodeextensao.html;");
}


 drawMenus();

