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;



with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#777777";
onbgcolor="#FFFFFF";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=2;
pagebgcolor="#ffffff";
pagecolor="#777777";
separatorcolor="#FFFFFF";
separatorsize=1;
subimagepadding=2;
}

with(subStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#777777";
onbgcolor="#ff3333";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=2;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
position="relative";
style=menuStyle;
top=10;
aI("showmenu=Hingstar;text=Hingstar;");
}

with(milonic=new menuname("Hingstar")){
style=subStyle;
aI("text=Broere Obelisk;url=obelisk.php;");
aI("text=Zamboucca 1181;url=zamboucca.php");
aI("text=Twilight 1062;url=twilight.php;");
aI("text=Highlight 874;url=highlight.php;");
aI("text=Lotus RP 131;url=lotus.php;");
aI("text=Camaro M 979;url=camaro.php;");
aI("text=Vart tog hingsten vägen?;url=metall.php;");
}

drawMenus();

