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=6;
_subOffsetLeft=-2;





with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";

headerbgcolor="#ffffff";
headercolor="#000000";

offclass="menu_off";
onclass="menu_over";
pageclass="menu_on";




padding=10;
separatorcolor="#2D729D";
separatorsize=0;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;

}
with(milonic=new menuname("My Milonic")){
style=menuStyle;
aI("text=Services;url=/services.php;");
aI("text=Leadership;url=/leadership.php;");
aI("text=Experience;url=/experience.php;");
aI("text=Reviews;url=/reviews.php;");
}

drawMenus();

