fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#804040";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#804040";
offbgcolor="#ffffff";
offcolor="#804040";
onbgcolor="#DCBABA";
oncolor="#804040";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=1;
pagebgcolor="#804080";
pagecolor="#ffffff";
separatorcolor="#804040";
separatorsize=2;
subimage="icone/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
// left=10;
style=menuStyle;
top=60;
aI("text=Home Page;url=index.html;"); 
aI("showmenu=bononia;text=Felsina Bononia Bologna;");
aI("showmenu=alma;text=Alma Mater Studiorum;");
aI("showmenu=fiera;text=La Fiera;");
aI("showmenu=ramar;text=Guglielmo Marconi;");
aI("text=sull'Alchimia;url=aer.html;");
aI("text=Utility;url=link.html;");
}

with(milonic=new menuname("alma")){
overflow="scroll";
style=menuStyle;
aI("text=Lo Studio;url=alma.html;");
aI("text=Il Fittone;url=fittone.html;");
aI("text=Canti Goliardici;url=canzoni.html;");
}

with(milonic=new menuname("fiera")){
style=menuStyle;
aI("text=La Fiera a Bologna;url=fiera.html;");
aI("text=L'Esposizione del 1888;url=esposizione.html;");
aI("text=Dal 1927 al 1940;url=littoriale.html;");
}

with(milonic=new menuname("bononia")){
style=menuStyle;
aI("text=Le Leggende;url=leggende.html;");
aI("text=La Storia;url=bologna.html;");
aI("text=Le Mura;url=mura.html;");
aI("text=Le Torri;url=torri.html;");
aI("text=I Portici;url=portici.html;");
aI("text=I Canali;url=canali.html;");
aI("text=Il Porto;url=porto.html;");
}

with(milonic=new menuname("ramar")){
style=menuStyle;
aI("text=La Radio;url=radio.html;");
aI("text=La Biografia;url=bio.html;");
}
drawMenus();