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="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Trebuchet MS";
fontsize="85%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#333333";
onbgcolor="#ffffff";
oncolor="#CE283C";
padding=5;
pagebgcolor="#D5D8DA";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=0;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
aI("text=Programs;url=programs.htm;");
aI("showmenu=Artists;text=Artists;");
aI("showmenu=Events;text=Events;");
aI("showmenu=Newsletter;text=Newsletter;");
aI("showmenu=About Us;text=About Us;");
aI("text=Contact Us;url=contact.asp;");
aI("text=Blog;url=http://www.redlineart.org/blog.htm;");
aI("showmenu=Membership;text=Membership;");
aI("showmenu=Volunteer;text=Volunteer;");
aI("text=Donate;url=donate.htm;");
}

with(milonic=new menuname("Artists")){
overflow="scroll";
style=menuStyle;
aI("text=Resident Artists;url=artists.htm;")
}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Events;url=events.htm;");
aI("text=Rentals;url=rental.htm;");
}

with(milonic=new menuname("Newsletter")){
style=menuStyle;
aI("text=January 2009;url=RedLineMKENewsltr109.pdf;");
aI("text=July 2009;url=http://www.redlineartmke.org/RL%20Newsletter%2007.09.pdf;");
aI("text=October 2009;url=http://redlineartmke.org/Redline%20Newsletter%2010_09.pdf;");
aI("text=January 2010;url=http://redlineartmke.org/Redline_NL_J10.pdf;");
aI("text=April 2010;url=http://redlineartmke.org/April Newsletter(distribution).pdf;");
}


with(milonic=new menuname("About Us")){
style=menuStyle;
aI("text=Organizational Statement;url=os.htm;");
aI("text=Board Members;url=cb.htm;");
}

with(milonic=new menuname("Membership")){
style=menuStyle;
aI("text=Levels;url=membership.htm;");
}

with(milonic=new menuname("Volunteer")){
style=menuStyle;
aI("text=Opportunities;url=volunteers.htm;");
}

drawMenus();

