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=10;
_subOffsetLeft=-10;

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="http://www.stratdevint.com/images/orangedots.gif";
imagepadding=6;
offbgcolor="#ffffff";
offcolor="#006633";
onbgcolor="#EF6800";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
overimage="http://www.stratdevint.com/images/whitedots.gif";
padding=6;
pagebgcolor="#EF6800";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
subimage="http://www.stratdevint.com/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="#EF6800";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#EF6800";
pagecolor="#ffffff";
separatorcolor="#006633";
separatorsize=1;
subimage="http://www.stratdevint.com/images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=http://www.stratdevint.com/;");
aI("showmenu=AboutSDI;text=About<br>Us;url=http://www.stratdevint.com/stratdevint/aboutus.html;");
aI("text=Services <br>;url=http://www.stratdevint.com/stratdevint/whatservices.html;");
aI("text=Clients<br>;url=http://www.stratdevint.com/stratdevint/clients.html;");
aI("text=Media <br>;url=http://www.stratdevint.com/stratdevint/articles.html;");
aI("text=Fresh<br>Thinking;url=http://www.stratdevint.com/stratdevint/think.html;");
aI("showmenu=Links;text=Links<br>;");
aI("text=Contact<br>Us;url=http://www.stratdevint.com/stratdevint/contacts.html;");
}

with(milonic=new menuname("AboutSDI")){
margin=7;
style=submenuStyle;
aI("text=About Us;url=http://www.stratdevint.com/stratdevint/aboutus.html;");
aI("text=How We Work;url=http://www.stratdevint.com/stratdevint/howwework.html;");
aI("text=How We Can Help;url=http://www.stratdevint.com/stratdevint/howwehelp.html;");
aI("text=Contact Us;url=http://www.stratdevint.com/stratdevint/contacts.html;");
}

with(milonic=new menuname("Links")){
margin=7;
style=submenuStyle;
aI("text=Centre for Self Managed Learning;url=http://www.selfmanagedlearning.org;");
aI("text=Self Managed Learning College;url=http://www.college.selfmanagedlearning.org/;");
}


drawMenus();


