﻿fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200;
_menuOpenDelay=50;
_subOffsetTop=3; // 2  
_subOffsetLeft=0; // -2

// events
with(menuStyle=new mm_style()){
bordercolor="#f1f1f1";
borderstyle="solid";
borderwidth=2;

fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";

headerbgcolor="#c3ca54";
headercolor="#ffffff";

offbgcolor="#d2d95a";
offcolor="#ffffff";
onbgcolor="#afb54b";
oncolor="#ffffff";

// outfilter="randomdissolve(duration=0.3)";
// overfilter="Fade(duration=0.5);Alpha(opacity=100); Shadow(color=#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0.4); Alpha(opacity=100);";

padding=3;
pagebgcolor="#afb54b";

pagecolor="#ffffff";
separatorcolor="#f1f1f1";
separatorsize=2;
subimagepadding=2;

}

with(menuStyle2=new mm_style()){
bordercolor="#f1f1f1";
borderstyle="solid";
borderwidth=2;

fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";

headerbgcolor="#558644";
headercolor="#ffffff";

offbgcolor="#4e9748";
offcolor="#ffffff";
onbgcolor="#578553";
oncolor="#ffffff";

// outfilter="randomdissolve(duration=0.3)";
// overfilter="Fade(duration=0.5);Alpha(opacity=100); Shadow(color=#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0.4); Alpha(opacity=100);";

padding=3;

pagebgcolor="#45663a";

pagecolor="#ffffff";
separatorcolor="#f1f1f1";
separatorsize=2;
subimagepadding=2;

}

with(milonic=new menuname("events")){
style=menuStyle;
aI("text=Agrarpolitik;url=page.php?show=events&cat=agrarpolitik;");
aI("text=Lebensmittelsicherheit;url=page.php?show=events&cat=lebensmittelsicherheit;");
aI("text=Regionalpolitik;url=page.php?show=events&cat=regionalpolitik;");
aI("text=Sonstiges;url=page.php?show=events&cat=sonstiges;");
}

with(milonic=new menuname("arbeit")){
style=menuStyle2;
aI("text=Presseaussendungen;url=page.php?show=arbeit&cat=presseaussendungen;");
aI("text=Politische Projekte;url=page.php?show=arbeit&cat=pp;");
aI("text=Anfragen;url=page.php?show=arbeit&cat=aa;");
aI("text=Antr&auml;ge;url=page.php?show=arbeit&cat=a;");
aI("text=Reden;url=page.php?show=arbeit&cat=reden;");
}

drawMenus();