zfixMozillaZIndex=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(menuStyle2=new mm_style()){
offcolor="#ffffff";
oncolor="#000000";
separatorcolor="#ffffff";
separatorsize="1";
padding=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
}

with(menuStyle3=new mm_style()){
offbgcolor="#f8e7e7";
offcolor="#575454";
onbgcolor="#aea5a5";
oncolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
separatorcolor="#999999";
separatorsize="1";
pagebgcolor="#575454";
separatorpadding="1";
padding="5";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
image="images/bullet.gif";
subimage="images/sideboxed.gif";
onsubimage="images/on_sideboxed.gif";
imagepadding="3";
subimagepadding="1";
}

// This is the Main Top menu or level 1 menu at the top

with(milonic=new menuname("Top Menu")){
top=100;
alwaysvisible=1;
menualign="right";
orientation="horizontal";
style=menuStyle2;
aI("showmenu=Informacao;text=Informação Económica;");
aI("showmenu=Internacional;text=Assuntos Internacionais;");
aI("text=Mapa do Site;url=docs/dspMapPort.htm;");
}


// ------ BEGIN ----- Here we expand level 2 menus for the item "Informação Económica"

with(milonic=new menuname("Informacao")){
overflow="scroll";
style=menuStyle3;
aI("text=Documentos do Governo;url=docs/dspGovDocs.htm;");
aI("showmenu=Estatisticas;text=Estatísticas;");
}


// Here we expand level 3 menus for the "Estatísticas" within the menu item "Informação Económica"

with(milonic=new menuname("Estatisticas")){
overflow="scroll";
style=menuStyle3;
aI("text=Estatísticas das Finanças Públicas;url=docs/dspPubFinance.htm;");
aI("text=Estatísticas Diversas;url=docs/dspEstatDiversa.htm;");
}


//  ------ END ----- End Expansion of the menu item "Informação Económica"

// ------ BEGIN ----- Here we expand level 2 menus for the item "Assuntos Internacionais"

with(milonic=new menuname("Internacional")){
overflow="scroll";
style=menuStyle3;
aI("showmenu=Integracao;text=Integração Regional;");
aI("text=Cooperação Internacional;url=#;");
aI("showmenu=Instituicoes;text=Instituições Financeiras Multilaterais;");
}

// Here we expand level 3 menus for the "Integração regional" within the menu item "Assuntos Internacionais"

with(milonic=new menuname("Integracao")){
overflow="scroll";
style=menuStyle3;
aI("text=União Africana/NEPAD;url=docs/dspAfricanUnion.htm;");
aI("text=SADC;url=http://www.sadc.int/;target=_blank;");
aI("text=CEEAC;url=http://www.ceeac-eccas.org/index.php;target=_blank;");
}

// Here we expand level 3 menus for the "Instituições Financeiras" within the menu item "Assuntos Internacionais"

with(milonic=new menuname("Instituicoes")){
overflow="scroll";
style=menuStyle3;
aI("text=Banco Mundial;url=http://www.worldbank.org/ao;target=_blank;");
aI("text=Fundo Monetário Internacional;url=http://www.imf.org/external/country/AGO/index.htm;target=_blank;");
aI("text=Outras;url=http://www.afdb.org/portal/page?_pageid=473,969354&_dad=portal&_schema=PORTAL;target=_blank;");
}
//  ------ END ----- End Expansion of the menu item "Assuntos Internacionais"

drawMenus();