fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps

_menuCloseDelay=500;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10               // Sub menu top offset
_subOffsetLeft=-10             // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#689a9b";    //menu box hover
oncolor="#000000";      //text over color
offbgcolor="#356768";   //menu box unselected
offcolor="#EAECF0";     //normal text
bordercolor="#6B3B2D";
borderstyle="none";
borderwidth="0";
separatorcolor="#6B3B2D";
separatorsize="0";
padding="5";
fontsize="110%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
/*pagecolor="#ffffff";  //selected menu text*/
pagecolor="#fcd179";  //selected menu text
pagebgcolor="#356768";  //selected menu text
headercolor="#A59C9D";
headerbgcolor="#ff0000";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#356768', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=120;
left=10;
alwaysvisible=1;
orientation="vertical";
itemwidth="115";
followscroll=1;
aI("text=Inicio;url=/strategic/sp/index.htm;");
/*aI("text=Reuniones;url=/strategic/sp/reuniones.htm;");*/
aI("text=Comunicaci&oacute;n;url=comunicacion.asp?ID=80;");
aI("text=Documentos;url=documentos.htm;")
/*aI("text=Novedades;url=novedades.htm;")*/
aI("text=English;url=/strategic/index.htm;");
}

drawMenus();