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;
buildAfterLoad=true;

with(headerStyleSites=new mm_style()){
	bordercolor="#203a96";
	borderstyle="solid";
	borderwidth=1;
	fontfamily="Verdana, helvetica, sans-serif";
	fontsize="100%";
	fontstyle="normal";
	fontweight='bold';
	align="left";
	headerbgcolor="#f3f3f4";
	headercolor="#f3f3f4";
	offbgcolor="#f3f3f4";
	offcolor="#000000";
	onbgcolor="#f3f3f4";
	oncolor="#efc000";
	padding=2;
	separatorcolor="#FFFFFF";
	separatorsize=0;
	itemwidth=125;
}

with(menuStyleSites=new mm_style()){
	bordercolor="#203a96";
	borderstyle="solid";
	borderwidth=1;
	fontfamily="Verdana, helvetica, sans-serif";
	fontsize="100%";
	fontstyle="normal";
	fontweight='bold';
	align="left";
	headerbgcolor="#f3f3f4";
	headercolor="#f3f3f4";
	offbgcolor="#f3f3f4";
	offcolor="#000000";
	onbgcolor="#f3f3f4";
	oncolor="#203a96";
	pagebgcolor="#f3f3f4";
	pagecolor="#efc000";
	separatorcolor="#FFFFFF";
	separatorsize=0;
	padding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=headerStyleSites;
aI("showmenu=presseservice;text=Presseservice;subimage=/grafik/ikoner/buttonDown.gif;");
}

with(milonic=new menuname("presseservice")){
overflow="scroll";
style=menuStyleSites;
aI("text=Pressemitteilungen;url=/www/de/presseservice/pressemitteilungen/index.php;")
aI("text=Termine;url=/www/de/presseservice/termine.php;")
aI("text=Presseabo;url=/www/de/presseservice/abo-subscribe.php;")
aI("text=Download;url=/www/de/presseservice/download.php;")
aI("text=Pressekontakt;url=/www/de/presseservice/pressekontakt.php;")
}
drawMenus();