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="#939393";
borderstyle="solid";
borderwidth=0;
fontfamily="'Passion One',Verdana, Tahoma, Arial";
fontsize="26pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";

offcolor="#ffffff";
oncolor="#00ff00";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=8;
pagecolor="#00ff00";
separatorcolor="#939393";
separatorsize=1;
subimage="http://img.milonic.com/tinywhite.gif";
subimagepadding=6;
}

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#939393";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#00ff00";
offcolor="#000000";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=8;
//pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#939393";
separatorsize=1;
subimage="http://img.milonic.com/grey_9x7.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;

orientation="horizontal";
screenposition="center;top";
top="offset=200"
left="offset=250"

style=menuStyle;

aI("text=Tickets;url=?p=tickets;");
aI("showmenu=Bands;text=Bands;url=?p=bands;");
aI("showmenu=Zelten;text=Zelten;url=?p=zelten;");
aI("showmenu=Infos;text=Infos;url=?p=infos;");
}

with(milonic=new menuname("Bands")){
style=submenuStyle;
aI("text=Line-Up;url=?p=lineup;");
aI("text=Running Order;url=?p=runningorder;");

}

with(milonic=new menuname("Zelten")){
style=submenuStyle;
aI("text=Zeltplatzordnung;url=?p=zeltplatzordnung;");
aI("text=Wohnmobile & Co.;url=?p=wohnmobile;");
aI("text=Müllpfand;url=?p=muellpfand;");
aI("text=Dusche / WC;url=?p=dusche-wc;");
aI("text=Grillen;url=?p=grillen;");
}

with(milonic=new menuname("Infos")){
style=submenuStyle;
aI("text=Unter 18;url=?p=unter18;");
}





drawMenus();


