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="Calibri";
fontsize="15px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=5;
pagebgcolor="#717c47";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="http://www.strategic-marketing.co.uk/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
screenposition="center,top";
left="offset=-349";
alwaysvisible=1;
itemwidth=199;
overflow="scroll";
style=menuStyle;
top="offset=179";
aI("text=Home;url=http://www.strategic-marketing.co.uk/index1.html;");
aI("text=About Us;url=http://www.strategic-marketing.co.uk/about_us.html;");
aI("showmenu=Team;text=Meet the Team;");
aI("showmenu=Research;text=Market Research;");
aI("showmenu=Events;text=Event Management;");
aI("showmenu=Consultancy;text=Consultancy;");
aI("text=Contact Us;url=http://www.strategic-marketing.co.uk/contact_us.html;");
}

with(milonic=new menuname("Team")){
style=menuStyle;
aI("text=Angharad Owens;url=http://www.strategic-marketing.co.uk/angharad_owens.html;");
aI("text=Anthony Lydall;url=http://www.strategic-marketing.co.uk/anthony_lydall.html;");
aI("text=Ben Cook;url=http://www.strategic-marketing.co.uk/ben_cook.html;");
aI("text=Dan Thorley;url=http://www.strategic-marketing.co.uk/dan_thorley.html;");
aI("text=Gareth Saddler;url=http://www.strategic-marketing.co.uk/gareth_saddler.html;");
aI("text=Lianna Morris;url=http://www.strategic-marketing.co.uk/lianna_morris.html;");
aI("text=Suzanne Pritchard;url=http://www.strategic-marketing.co.uk/suzanne_pritchard.html;");
aI("text=Telephone Team;url=http://www.strategic-marketing.co.uk/telephone_team.html;");
aI("text=Associates;url=http://www.strategic-marketing.co.uk/associates.html;");
}

with(milonic=new menuname("Research")){
style=menuStyle;
aI("text=Research & Analysis Overview;url=http://www.strategic-marketing.co.uk/research.html;");
aI("text=Why Market Research?;url=http://www.strategic-marketing.co.uk/why_research.html;");
aI("text=Request a Quote;url=http://www.strategic-marketing.co.uk/research_quote.html;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Event Management Overview;url=http://www.strategic-marketing.co.uk/events.html;");
aI("text=Benefits of Collaboration & Networking;url=http://www.strategic-marketing.co.uk/events_benefits.html;");
/*aI("text=Case Studies;url=http://www.strategic-marketing.co.uk/events_studies.html;");*/
}

with(milonic=new menuname("Consultancy")){
style=menuStyle;
aI("text=Consultancy Overview;url=http://www.strategic-marketing.co.uk/consultancy.html;");
aI("text=What can we do for you?;url=http://www.strategic-marketing.co.uk/consultancy_benefits.html;");
/*aI("text=Case Studies;url=http://www.strategic-marketing.co.uk/consultancy_studies.html;");*/
}

drawMenus();


