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=2;
_subOffsetLeft=-2;


<!-- ***** Styles ***** -->

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="Tahoma";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="";
headercolor="";
offbgcolor="";
offcolor="#fff";
onbgcolor="";
oncolor="#ff9000";
outfilter="";
overfilter="";
padding=17;
pagebgcolor="";
pagecolor="#ff9000";
separatorcolor="";
separatorsize=0;
subimage="";
subimagepadding=0;
}


<!-- ***** Main menu ***** -->

with(milonic=new menuname("menu")){
alwaysvisible=1;
style=menuStyle;
orientation="horizontal";
screenposition="center"
top=120;

aI("text=START;url=index.html");
aI("text=MENYER;url=menyer.html");
aI("text=MAT F&#214;R AVH&#196;MTNING;url=avhamtning.html");
aI("text=KONTAKT;url=kontakt.html");
aI("text=PROVNINGAR OCH AKTIVITETER;url=provningar.html");
aI("text=UTESERVERING;url=uteservering.html");
aI("text=BOKNING ST&#214;RRE S&#196;LLSKAP;url=bokning.html");


}


drawMenus();




