_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#96533E";
oncolor="#ffffff";
offbgcolor="#8F3214";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=0;
fontsize="11px";
fontstyle="normal";
fontfamily="Georgia, Times New Roman, Times, serif";
pagecolor="white";
pagebgcolor="#96533E";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="0";
}

with(menuStyleSub=new mm_style()){
onbgcolor="#E4E4E4";
oncolor="#000000";
offbgcolor="#F7F7F7";
offcolor="#000000";
//bordercolor="#666666";
//borderstyle="solid";
borderwidth=1;
//separatorcolor="#296488"";
separatorsize="1";
padding=2;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="E4E4E4";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=98);";
outfilter="Fade(duration=0.2)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("image=img/header/nav/home.gif;overimage=img/header/nav/home_o.gif;url=index.php;");
aI("image=img/header/nav/about.gif;overimage=img/header/nav/about_o.gif;url=about.php;");
aI("image=img/header/nav/services.gif;overimage=img/header/nav/services_o.gif;showmenu=Services;");
aI("image=img/header/nav/register.gif;overimage=img/header/nav/register_o.gif;showmenu=Resources;");
aI("image=img/header/nav/alliance.gif;overimage=img/header/nav/alliance_o.gif;url=alliance.php;");
aI("image=img/header/nav/extranet.gif;overimage=img/header/nav/extranet_o.gif;url=https://www.payroll.net.au/rmslogin.asp;");
aI("image=img/header/nav/contact.gif;overimage=img/header/nav/contact_o.gif;url=contact.php;");
}

with(milonic=new menuname("Services")){
style=menuStyleSub;
overflow="scroll";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Payroll Outsourcing&nbsp;&nbsp;&nbsp;;&nbsp;url=payroll_outsourcing_service.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Payroll Web Interafce&nbsp;&nbsp;&nbsp;&nbsp;;url=gridpay_payroll_interface.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Employee Self Service&nbsp;&nbsp;&nbsp;;&nbsp;url=employee_self_service.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Time & Attendance&nbsp;&nbsp;&nbsp;;&nbsp;url=timatt.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Human Resources&nbsp;&nbsp;&nbsp;&nbsp;url=humanresourcesoftware.php;");
}

with(milonic=new menuname("Resources")){
style=menuStyleSub;
overflow="scroll";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Payroll Resources&nbsp;&nbsp;&nbsp;;&nbsp;url=outsourcing_payroll_resources.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Case Studies&nbsp;&nbsp;&nbsp;&nbsp;;url=lascala.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Events&nbsp;&nbsp;&nbsp;;&nbsp;url=payroll_events.php;");
}
drawMenus();

