
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(miniStyle=new mm_style()){
oncolor="#000000";
offcolor="#000000";
headerbgcolor="#000000";
padding="0";
separatorsize="0";
separatorcolor="#314A7C";
borderwidth="0";
fontfamily="verdana, helvetica, arial";
fontsize="10px";
fontweight="bold";
fontstyle="normal";
}

with(subStyle=new mm_style()){
oncolor="#FFFFFF";
onbgcolor="#999999";
offcolor="#666666";
offbgcolor="#FCFCFC";
headerbgcolor="#FF6600";
padding="3";
separatorsize="1";
separatorcolor="#E9E9E9";
borderwidth="1";
fontfamily="verdana, helvetica, arial";
fontsize="10px";
fontweight="normal";
fontstyle="normal";
itemwidth="200";
}

with(milonic=new menuname("Main Menu")){
style=miniStyle;
alwaysvisible="1";
orientation="0";
position="relative";
aI("image=http://www.cs.co.nz/images/menu/menu_home.jpg;itemwidth=161;url=http://www.cs.co.nz/index.cfm;");
aI("image=http://www.cs.co.nz/images/menu/menu_about.jpg;itemwidth=161;url=http://www.cs.co.nz/aboutus/;");
aI("image=http://www.cs.co.nz/images/menu/menu_divisions.jpg;itemwidth=161;url=http://www.cs.co.nz/divisions/;");
aI("image=http://www.cs.co.nz/images/menu/menu_management.jpg;itemwidth=161;url=http://www.cs.co.nz/management/;");
aI("image=http://www.cs.co.nz/images/menu/menu_sales.jpg;itemwidth=161;url=http://www.cs.co.nz/sales-marketing/;");
aI("image=http://www.cs.co.nz/images/menu/menu_logistics.jpg;itemwidth=161;url=http://www.cs.co.nz/logistics/;");
aI("image=http://www.cs.co.nz/images/menu/menu_history.jpg;itemwidth=161;url=http://www.cs.co.nz/history/;");
aI("image=http://www.cs.co.nz/images/menu/menu_contact.jpg;itemwidth=161;url=http://www.cs.co.nz/contact-us/;");
}
drawMenus();


