_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#006600";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ff6600";
headercolor="#ff6600";
offbgcolor="#ff6600";
offcolor="#006600";
onbgcolor="#ff6600";
oncolor="#ffffcc";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
padding=4;
pagebgcolor="#ff6600";
pagecolor="#ffffcc";
separatorcolor="#ff6600";
separatorpadding=5;
separatorsize=0;
subimage="arrowdn.gif";
subimagepadding=4;
}

with(SubmenuStyle=new mm_style()){
bordercolor="#006600";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ff6600";
headercolor="#ff6600";
offbgcolor="#ff6600";
offcolor="#006600";
onbgcolor="#ff6600";
oncolor="#ffffcc";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
padding=4;
pagebgcolor="#ff6600";
pagecolor="#ffffcc";
separatorcolor="#ff6600";
separatorpadding=5;
separatorsize=0;
subimage="arrow.gif";
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=120;
orientation="horizontal";
style=menuStyle;
top=10;
aI("status=Home Page;text=Home;url=http://www.stratdevint.com/;");
aI("text=About Us;url=http://www.stratdevint.com/Level1/Biographies.htm;");
aI("text=What We Do;url=http://www.stratdevint.com/Level1/WhatServices.htm;");
aI("text=Our Clients;url=http://www.stratdevint.com/Level1/Clients.htm;");
aI("showmenu=Work;url=http://www.stratdevint.com/Level1/How.htm;text=How We Work;");
aI("showmenu=Library;text=Library;");
aI("text=Contact Us;url=http://www.stratdevint.com/Level1/Contacts.htm;");
}

with(milonic=new menuname("Work")){
style=SubmenuStyle;
aI("text=How Can We Help You?;url=http://www.stratdevint.com/Level1/HowHelpU.htm;");
}

with(milonic=new menuname("Library")){
style=SubmenuStyle;
aI("showmenu=Media;text=In the Media;");
aI("text=Fresh Thinking;url=http://www.stratdevint.com/Level1/Fresh.htm;");
aI("text=Podcast;url=http://www.topbriefings.com/index.html;");
}

with(milonic=new menuname("Media")){
style=SubmenuStyle;
aI("text=Articles;url=http://www.stratdevint.com/Level1/Articles.htm;");
}

drawMenus();


