fixMozillaZIndex=true; //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()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Trebuchet MS, Arial";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
imagepadding=3;
offbgcolor="#F1832A";
offcolor="#ffffff";
onbgcolor="#F1832A";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
overimage="whitedots.gif";
padding=6;
pagebgcolor="#F1832A";
pagecolor="#666666";
separatorcolor="#ffffff";
separatorsize=0;
subimage="arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Trebuchet MS, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#CDCECF";
offcolor="#000000";
onbgcolor="#EAEAEA";
oncolor="#F1832A";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=0)";
padding=2;
pagebgcolor="#EAEAEA";
pagecolor="#F1832A";
separatorcolor="#ffffff";
separatorsize=1;
subimage="arrow2.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
top="offset=33";
orientation="horizontal";
style=menuStyle;
aI("showmenu=Azienda;text=AZIENDA;url=azienda-filosofia.htm;");
aI("showmenu=Prodotti;text=PRODOTTI;url=prodotti.htm;");
aI("showmenu=Progetti;text=PROGETTI SPECIALI;url=progetti.htm;");
aI("showmenu=Rfid;text=RFID TECNOLOGY;url=rfid.htm;");
aI("showmenu=Networking;text=NETWORKING;url=networking.htm;");
aI("showmenu=Tecnologie;text=TECNOLOGIE;url=tecnologie.htm;");
aI("showmenu=Referenze;text=REFERENZE & CASE HISTORIES;url=referenze.htm;");
aI("text=CONTATTI;url=contatti.htm;");
}

drawMenus();


