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(menuStyle=new mm_style()){
bordercolor="#2D8D2B";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana,Arial";
fontsize="11";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#10580e";
offcolor="#e0d7a6";
onbgcolor="#BAB38B";
oncolor="#10580e";
outfilter="Fade(duration=0.2)";
overfilter="randomdissolve(duration=0.5);Alpha(style=0,opacity=80);";
padding=3;
pagebgcolor="#10580e";
pagecolor="e0d7a6";
separatorcolor="#2D8D2B";
separatorsize=1;
subimage="";
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=155;
left=200;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=&nbsp Club Info &nbsp;url=club.html;showmenu=club;");
aI("text=&nbsp Membership &nbsp;url=membership.html;showmenu=membership;");
aI("text=&nbsp Shows &nbsp;url=shows.html;showmenu=show;");
aI("text=&nbsp Education &nbsp;url=education.html;showmenu=education;");
aI("text=&nbsp Postcards &nbsp;url=postcards.html;showmenu=postcards;");
aI("text=&nbsp Contact &nbsp;url=contact.html;showmenu=contact;");
}

with(milonic=new menuname("club")){
overflow="scroll";
style=menuStyle;
aI("text=&nbsp Officers;url=officers.html;")
aI("text=&nbsp Meetings;url=meetings.html;")
aI("text=&nbsp Newsletter &nbsp;url=newsletter.html;")
}

with(milonic=new menuname("membership")){
style=menuStyle;
aI("text=&nbsp Member's Photos &nbsp;url=photos.html;")
aI("text=&nbsp Application &nbsp;url=http://www.thelibc.com/images/LIBCapp.pdf;target=_blank;")
}

with(milonic=new menuname("show")){
style=menuStyle;
aI("text=&nbsp Specialty Shows &nbsp;url=specialty.html;")
aI("text=&nbsp Puppy Match;url=puppymatch.html;")
aI("text=&nbsp Show Photos;url=showphotos.html;")
aI("text=&nbsp Brags &nbsp;url=brags.html;");
}

with(milonic=new menuname("education")){
style=menuStyle;
aI("text=&nbsp History;url=history.html;")
aI("text=&nbsp Standard;url=standard.html;")
aI("text=&nbsp Useful Links &nbsp;url=links.html;")
}

with(milonic=new menuname("postcards")){
style=menuStyle;
}

with(milonic=new menuname("links")){
style=menuStyle;
}

with(milonic=new menuname("contact")){
style=menuStyle;
}

drawMenus();


