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=0;
_subOffsetLeft=-0;

with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=2;
fontfamily="Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#000000";
headercolor="#ffffff";
offbgcolor="#FF0000";
offcolor="#000000";
onbgcolor="#FFFF00";
oncolor="#000000";
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color=#000000', Direction=135, Strength=4)";
padding=4;
pagebgcolor="black";
pagecolor="#ff9c31";
separatorcolor="#000000";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative";
aI("text=Home;url=/index.php;");
aI("showmenu=Cats;text=Cats;");
aI("text=Available;url=/available.php;")
aI("text=Retirees;url=/retirees.php;")
aI("text=Care;url=/care.php;")
aI("showmenu=History;text=History;");
aI("showmenu=Genetics;text=Genetics;");
aI("showmenu=rsbcoop;text=Co-operative;");
aI("text=Links;url=/links.php;");
aI("text=Contact Us;url=/contact.php;");
}

with(milonic=new menuname("Cats")){
overflow="scroll";
style=menuStyle;
aI("showmenu=Queens;text=Queens;");
aI("showmenu=Studs;text=Studs;");
}

with(milonic=new menuname("Queens")){
overflow="scroll";
style=menuStyle;
aI("text=Knox Silver Ice Magic;url=/magic.php;")
aI("text=RainbowSafari Sunrise Princess;url=/princess.php;")
aI("text=RainbowSafari Charmed One;url=/phoebe.php;")
aI("text=Bagheera Seraphim Rainbow Vision;url=/sera.php;")
aI("text=Castleblaney Moonshine of Paradiso;url=/moonshine.php;")
aI("text=Kajari Baby Bastet;url=/baby.php;")
aI("text=Kajari Feist Isis;url=/feist.php;")
aI("text=Pregnancy Calendar for Cats;url=/pg.htm;")
}

with(milonic=new menuname("Studs")){
overflow="scroll";
style=menuStyle;
aI("text=Castleblaney Bailey of Katzpaw;url=/bailey.php;")
aI("text=RainbowSafari Howard Longwurthy;url=/howie.php;")
}

with(milonic=new menuname("History")){
overflow="scroll";
style=menuStyle;
aI("text=Bengal History;url=/history.php;")
aI("text=The Asian Leopard Cat;url=/alc.php;")
aI("text=ALC P.b. Subspecies;url=/alcsubspecies.php;")
aI("text=ALCs in the Bengal Breed;url=/alclist.php;")
aI("text=Foundation Bengals;url=/foundations.php;")
aI("text=Endangered Species;url=/endangered.php;")
}

with(milonic=new menuname("Genetics")){
overflow="scroll";
style=menuStyle;
aI("text=Genetics;url=/genetics.php;")
aI("text=Type Test;url=/testyourtype/;");
}

with(milonic=new menuname("rsbcoop")){
overflow="scroll";
style=menuStyle;
aI("text=Paradiso Enterprises;url=/paradiso/index.php;")
aI("text=Castleblaney Bengals;url=/castleblaney/index.php;")
aI("text=Mossy Rock Bengals;url=/mossyrock/index.php;")
}

drawMenus();
