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=17;
_subOffsetLeft=175;




with(menuStyle=new mm_style()){
    bordercolor = "#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Lucida Bright, Georgia, Verdana";
fontsize="11px";
fontstyle="normal";
headerbgcolor = "#1a462b";
headercolor = "#e8ede9";
offbgcolor = "#e8ede9";
offcolor = "#1a462b";
onbgcolor = "#1a462b";
oncolor = "#e8ede9";
outfilter="fade(duration=0.3)";
overfilter = "Fade(duration=0.2);Alpha(opacity=95);";
padding=5;
margin = 10;
pagebgcolor = "#1a462b";
pagecolor = "#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
}

with (milonic = new menuname("personnel")) {
    style = menuStyle;
    itemwidth = 138;
    top = "offset=9px";
    left = "offset=8px";
    aI("text=Dr. Nichols;url=nichols.asp;");
    aI("text=Dr. Stafford;url=stafford.asp;");
    aI("text=Dr. Hirschfield;url=hirschfield.asp;");
    aI("text=Dr. Mikeska;url=mikeska.asp;");
    aI("text=Becky McIntire, FNP;url=mcintire.asp;");
    aI("text=Staff;url=staff.asp;");

}


drawMenus();

