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()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Verdana, Arial";
fontsize="7.5pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/reddots.gif";
imagepadding=4;
offbgcolor="#343849";
offcolor="#ffffff";
onbgcolor="#7f1925";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
overimage="images/whitedots.gif";
padding=8;
pagebgcolor="#8890b6";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=10;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#758CC9";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=51;
orientation="vertical";
style=menuStyle;
top=118;
aI("status=Back To Home Page;text=Home;url=index.html;");
aI("text=Why CP;url=about.htm");
aI("text=Meeting Info;url=meetings.htm");
aI("text=Testimonials;url=testimonials.htm");
aI("text=Helpful links;url=useful.htm");
aI("text=Job Search Support Grps;url=support.htm");
aI("text=Network Opportunities;url=network.htm");
aI("text=Contact Us;url=contactus.htm");
}

drawMenus();


