fixMozillaZIndex=false; //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="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Trebuchet MS";
fontsize="95%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#333333";
onbgcolor="#ffffff";
oncolor="#CE283C";
padding=5;
pagebgcolor="#D5D8DA";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=4;
subimage="arrow.gif";
subimagepadding=2;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
aI("showmenu=About;text=About;");
aI("showmenu=Community;text=Community;");
aI("showmenu=Education;text=Education;");
aI("showmenu=Art;text=Art;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=About RedLine;url=aboutus.php;");
aI("text=What's Happening;url=whatshappening.php;");
aI("text=Membership;url=membership.php;");
aI("text=Press;url=press.php;");
aI("text=Rental;url=rental.php;");
}

with(milonic=new menuname("Community")){
style=menuStyle;
aI("text=Your RedLine;url=community.php;");
aI("text=Volunteer;url=volunteer.php;");
aI("text=Donate;url=donate.php;");
aI("text=Blog;url=http://www.redlineart.org/blog.html;");
}

with(milonic=new menuname("Education")){
style=menuStyle;
aI("text=Education Program;url=education.php;");
aI("text=Arts Research Library;url=library.php;");
}


with(milonic=new menuname("Art")){
style=menuStyle;
aI("text=Exhibits;url=exhibits.php;");
aI("text=Residency;url=artists.php;");
}

drawMenus();

