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=-0;




with(menuStyle=new mm_style()){
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#none";
headercolor="#000000";
offbgcolor="#fef4d9";
offcolor="#2f1715";
onbgcolor="#edd9a6";
oncolor="#2f1715";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
padding=3;
pagebgcolor="#fef4d9";
pagecolor="black";
separatorcolor="#2f1715";
separatorsize=1;
image="grafiken/navi_re.jpg";
overimage="grafiken/navi_re_hier.jpg";
imagepadding="0";
}

with(menu_II_Style=new mm_style()){
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#none";
headercolor="#000000";
offbgcolor="#fef4d9";
offcolor="#2f1715";
onbgcolor="#edd9a6";
oncolor="#2f1715";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
padding=3;
pagebgcolor="#fef4d9";
pagecolor="black";
separatorcolor="#2f1715";
separatorsize=1;
image="grafiken/navi_re_II.jpg";
overimage="grafiken/navi_re_hier_II.jpg";
imagepadding="0";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("showmenu=UeberUns;text=Über uns ;");
aI("showmenu=Send_to_friend;text=Send to friend;url=send_to_friend.php;");
aI("showmenu=Newsletter;text=Newsletter;url=newsletter.php;");
aI("showmenu=Kontakt;text=Kontakt;url=kontakt.html;");
aI("showmenu=Infos;text=Infos ;");
aI("showmenu=Links;text=Links;url=links.html;");
}

with(milonic=new menuname("UeberUns")){
overflow="scroll";
style=menu_II_Style;
aI("text=Über SimplyRide;url=ueber_uns.html;")
aI("text=Der Tourguide;url=tourguide.html;")
}

with(milonic=new menuname("Infos")){
overflow="scroll";
style=menu_II_Style;
aI("text=Anreise;url=kontakt_anreise.html;")
aI("text=ARB;url=arb.html;")
aI("text=FAQs;url=faq.html;")
aI("text=Impressum;url=impressum.html;")
aI("text=Sitemap;url=sitemap.html;")
}

drawMenus();