_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150 // The time delay before menus open on mouse over
_subOffsetTop=2 // Sub menu top offset
_subOffsetLeft=12 // Sub menu left offset


with(style1=new mm_style()){
onbgcolor="#6E56A0";
oncolor="#000000";
offbgcolor="#3196D5";
offcolor="#FFFDE5";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="2";
padding=1;
margin=6;
bgimage="images/blue-button.jpg";
overbgimage="images/purple-button.jpg";
itemwidth=155;
itemheight=25;
fontsize="10pt";
fontweight='bold';
fontfamily="Arial";
align="center";
pagecolor="000000";
pagebgcolor="#FFFDE5";
headercolor="#000000";
headerbgcolor="#ffffff";
} 


with(milonic=new menuname("mainmenu")){
style=style1;
alwaysvisible=1;
align="center";
position="relative";
orientation="vertical";
aI("text=Accounting & Finance;url=accounting_finance.htm;;status=Accounting & Finance;separatorsize=1")
aI("text=Bookkeeping;url=bookkeeping.htm;;status=Bookkeeping;separatorsize=1")
aI("text=Office Administration;url=office_administration.htm;;status=Office Administration;separatorsize=1")
aI("text=Human Resources;url=human_resources.htm;;status=Human Resources;separatorsize=1")
aI("text=Other;url=other.htm;;status=Other;separatorsize=1")
}

drawMenus();
