_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=1;
_subOffsetLeft=-1;
projectid=9;
description="Table Based (Relative) Menus";

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#ffd233";
offbgcolor="";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=8;
fontsize="11";
fontweight="bold";
fontstyle="none";
fontfamily="Verdana, Arial";
pagecolor="#ffffff";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#112174', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#afd7fb";
oncolor="#003c70";
offbgcolor="#ffd233";
offcolor="#003c70";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=8;
fontsize="11";
fontweight="bold";
fontstyle="none";
fontfamily="Verdana, Arial";
pagecolor="#FF0000";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#112174', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0)";
}
with(milonic=new menuname("about")){
style=submenuStyle;
aI("text=Special Projects;url=http://www.aeromanagement.com/projects.shtml;");
aI("text=About AMG;url=http://www.aeromanagement.com/about.shtml;");
aI("text=About AME;url=http://www.aeromanagement.com/about_europe.shtml;");
aI("text=Locations;url=http://www.aeromanagement.com/locations.shtml;");
aI("text=News;url=http://www.aeromanagement.com/news.shtml;");
aI("text=Additional Services;url=http://www.aeromanagement.com/additional.shtml;");
aI("text=Employment;url=http://www.aeromanagement.com/employment.shtml;");
}


drawMenus();
