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="#666666";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#666666";
headercolor="#ffffff";
itemwidth=150;
offbgcolor="#ffffff";
offcolor="#666666";
onbgcolor="#666666";
oncolor="#ffffff";
padding=5;
pagebgcolor="#ffffff";
pagecolor="white";
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=The Board;url=about_cim_glr/the_board.htm;");
aI("text=Get involved;url=about_cim_glr/get_involved.htm;");
aI("text=How to join;url=about_cim_glr/become_a_member.htm;");
aI("text=Charity partners;url=about_cim_glr/charity_partners.htm;");
}

with(milonic=new menuname("Teams")){
style=menuStyle;
aI("text=Central London;url=teams/central_london.htm;");
aI("text=Croydon & South London;url=teams/croydon_and_south_london.htm;");
aI("text=North London;url=teams/north_london.htm;");
aI("text=West London and Heathrow;url=teams/west_london_and_heathrow.htm;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Events;url=cim_glr_events/index.htm;");
aI("text=Free mentoring scheme;url=cim_glr_services/free_mentoring_scheme.htm;");
aI("text=Support for studying members;url=cim_glr_services/support_for_studying_members.htm;");
aI("text=Career development;url=cim_glr_services/career_development.htm;");
aI("text=Market Interest Groups;url=cim_glr_services/market_interest_groups.htm;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Studying success;url=cim_glr_events/studying_success_with_the_CIM.htm;");
aI("text=Meet with drinks;url=cim_glr_events/meet_with_drinks.htm;");
aI("text=Careers forum;url=cim_glr_events/careers_forum.htm;");
aI("text=The Pitch;url=http://www.greaterlondon-cim.co.uk/thepitch/;target=_blank;");
aI("text=Women in Marketing;url=http://www.wimawards.co.uk/;target=_blank;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Blog;url=blog/index.php;");
}

drawMenus();

