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=20;


with(mainStyle=new mm_style()){
fontfamily="Arial, Verdana, Tahoma";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
align="center"
offcolor="#000000";
oncolor="#9f1d35";
padding="6";
}

with(subStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="11px";
fontstyle="normal";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#c29669";
oncolor="#000000";
padding=4;
separatorcolor="#555555";
separatorsize=1;
/*
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
*/
}



with(milonic=new menuname("SERVICES")){
overflow="scroll";
style=subStyle;
aI("text=Free Services;url=free_services.html;")
aI("text=Healthy Families;url=healthy_families.html;")

}

with(milonic=new menuname("RESOURCES")){
style=subStyle;
aI("text=Links;url=links.html;")

}

with(milonic=new menuname("LOCATIONS")){
style=subStyle;
aI("text=Ontario;url=ontario_clinic.html;")
aI("text=Pico Rivera;url=pico_rivera_clinic.html;")
aI("text=Rialto;url=rialto_clinic.html;")
aI("text=Bella Aesthetica;url=http://www.bellaaesthetica.com;")

}

drawMenus();

