_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderwidth=0;
fontfamily="Verdana";
fontsize="11";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#21550d";
offcolor="#ffffff";
onbgcolor="#888852";
oncolor="#000099";
outfilter="";
overfilter="Fade(duration=0);Alpha(opacity=100)";
swap3d='true';
padding=5;
pagebgcolor="#21550d";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=0;
subimagepadding=0;

}

with(submenuStyle=new mm_style()){
bordercolor="#555555";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana";
fontsize="11";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#21550d";
offcolor="#ffffff";
onbgcolor="#888852";
oncolor="#ffffff";
outfilter="";
overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color=#777777', Direction=0, Strength=0)";
padding=5;
pagebgcolor="#21550d";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=0;
subimagepadding=2;
subimage="arrow.gif";
}
 
with(milonic=new menuname("office")){
style=submenuStyle;


aI("text=Executive Office Suites;url=officesolution.php;")
aI("text=Virtual Office Service;url=virtual.php;")

}
 
 
drawMenus();


