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()){
bgimage="images/breeze4.gif";
overimage="images/orgover.gif";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
offcolor="white";
headerbgcolor="#ffffff";
headercolor="#ffffff";
padding=4;
pagecolor="blue";
separatorcolor="#000000";
separatorpadding=2;
}

with(submenuStyle=new mm_style()){
styleid=1;
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#C9E8F5";
offcolor="#000000";
onbgcolor="#91C7F1";
onborder="1px solid #67A1CE";
oncolor="#000000";
padding=0;
pagecolor="black";
separatorsize=1;
subimage="images/white_4x7.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
top=250
screenposition="center";
alwaysvisible=1;
itemheight=1;
itemwidth=110;
orientation="horizontal";
style=menuStyle;
aI("align=center;text=Home;url=index.html;");
aI("align=center;showmenu=About Us;text=About Us;url=about.html");
aI("align=center;showmenu=Programs;text=Programs;url=programs.html");
aI("align=center;showmenu=Resources;text=Resources;url=resources.html");
aI("align=center;showmenu=What's New;text=What's New;url=new.html");
aI("align=center;showmenu=FAQ's;text=FAQ's;url=faq.html");
aI("align=center;showmenu=Get Involved;text=Get Invovled;url=involved.html");
}

with(milonic=new menuname("About Us")){
margin=2;
style=submenuStyle;
aI("text=Vision and Mission;url=mission.html;");
aI("text=Board Members;url=members.html");
aI("text=Committees;url=committees.html");
aI("text=Community Partners;url=partners.html");
}

with(milonic=new menuname("Programs")){
margin=2;
style=submenuStyle;
aI("text=Loans;url=loans.html");
aI("text=Financial Literacy;url=classes.html");
}

with(milonic=new menuname("What's New")){
margin=2;
style=submenuStyle;
aI("text=PP In The News;url=news.html");
aI("text=Newsletter;url=newsletter.html");
}

drawMenus();


