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=135, 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 2")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("align=center;bgimage=images/menu_button.gif;showmenu=Wissenswert;text=&nbsp;Wissenswert&nbsp;");
}

with(milonic=new menuname("Wissenswert")){
style=submenuStyle;
aI("text=Satzung;url=wissenswert_satzung.aspx;");
aI("text=Generalversammlung;url=wissenswert_generalversammlung.aspx;");
aI("text=Aufsichtsrat;url=wissenswert_aufsichtsrat.aspx;");
aI("text=Infoblatt;url=wissenswert_infoblatt.aspx;");
aI("text=n&uuml;tzliche Links;url=wissenswert_links.aspx;");
}


drawMenus();


