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()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="16pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
itemwidth=85;
offcolor="#ffffff";
oncolor="#000000";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=235, Strength=5)";
rawcss="padding-top:10px;padding-bottom:5px";
separatorcolor="#000000";
separatorsize=1;
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#418ED6";
offcolor="#ffffff";
onbgcolor="#418ED6";
oncolor="#000000";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=6;
pagecolor="black";
separatorsize=1;
subimage="images/white_7x7.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu 1")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("align=center;bgimage=images/menu_button.gif;showmenu=Service;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service&nbsp;&nbsp;&nbsp;&nbsp;");
}

with(milonic=new menuname("Service")){
style=submenuStyle;
aI("text=Wohnungssuche;url=index_suche.aspx;");
aI("text=Kontakt;url=service_kontakt.aspx;");
aI("text=Ansprechpartner;url=service_ansprechpartner.aspx;");
aI("text=Reparaturanmeldung;url=service_reparaturanmeldung.aspx;");
aI("text=Notfall & Havarie;url=service_notfall_havarie.aspx;");
aI("text=G&auml;stewohnung;url=service_gaestewohnung.aspx;");
aI("text=Aktuelles;url=service_aktuelles.aspx;");
}


drawMenus();


