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="#406e7d";
offcolor="#ffffff";
onbgcolor="#f3ec1a";
oncolor="#2d313a";
padding=3;
}


<!-- Products -->
with(milonic=new menuname("Products")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=In Store;url=instore.php;");
aI("text=Aquariums;url=aquariums.php;");
aI("text=Aviaries;url=aviaries.php;");
aI("text=Water Features;url=water-features.php;");
aI("text=Custom Rock Features;url=custom-rock-features.php;");
}

drawMenus();


