_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="#EFEFEF";
onbgcolor="Black";
oncolor="Silver";
padding="9";
separatorcolor="#000000";
separatorsize="0";
subimage="images/11x9_dotted_green.gif";
subimagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#BFBEBE";
borderstyle="Double";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#000000";
onbgcolor="#D4FFFF";
oncolor="Black";
padding="4";
subimage="images/11x9_dotted_green.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Alternative Pension;target=;url=../../Alternative-Pension/;");
aI("text=Alternative Pension 2;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Site Map;target=;url=sitemap-navigation.html;");
}


 drawMenus();

