_menuCloseDelay=0;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#333333";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#333333";
onbgcolor="#006699";
oncolor="#FFFFFF";
outfilter="Fade(duration=.5)";
overfilter="Fade(duration=0);Alpha(opacity=90);Shadow(color=#777777, Direction=180, Strength=0)";
padding="4";
pagebgcolor="#006699";
pagecolor="#FFFFFF";
separatorcolor="#333333";
separatorsize="1";
subimage="";
subimagepadding="6";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=0;
left=0;
align="center";
itemwidth=125;
alwaysvisible=1;
orientation="horizontal";
position="relative";
//aI("text=Home;url=index.asp;status=Back To Home Page;");
aI("text=Membrecía;url=about_membership_sp.asp;status=Membrecía;");
aI("text=Productos Financieros;url=financial_products_sp.asp;status=Productos Financieros;");
aI("text=Centro de Recursos;url=resource_center_sp.asp;status=Centro de Recursos;");
aI("text=Eventos en su Vida;url=life_events_sp.asp;status=Eventos en su Vida;");
aI("text=Mapa del sitio;url=sitemap_sp.asp;status=Mapa del sitio;");
aI("text=English;url=../en/;status=English;showmenu=English;");
}

drawMenus();

