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=-2;




with(ScrollingSampStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana,helvetica";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#aa0223";
offcolor="#ffffff";
onbgcolor="#7a0119";
oncolor="#ffffff";
padding=3;
}

<!-- Survey MENU -->

with(milonic=new menuname("Animals")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Bats;url=animals-bats.php;");
aI("text=Raccoons;url=animals-raccoons.php;");
aI("text=Squirrels;url=animals-squirrels.php;");
aI("text=Skunks;url=animals-skunks.php;");
}

drawMenus();


