
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(miniStyle=new mm_style()){
oncolor="#FFFFFF";
offcolor="#FFFFFF";
padding="0";
separatorcolor="#FFFFFF";
borderwidth="0";
fontfamily="verdana, helvetica, arial";
fontsize="12px";
fontweight="normal";
fontstyle="normal";
separatorheight="15";
separatorwidth="1";
align="center";
rawcss="text-align:center;padding-left:20px; padding-right:20px; padding-top:0; padding-bottom:0;";
}

with(subStyle=new mm_style()){
oncolor="#FFFFFF";
onbgcolor="#cc991a";
offcolor="#ffffff";
offbgcolor="#cc991a";
headerbgcolor="#cc991a";
padding="3";
separatorsize="1";
separatorcolor="#FFFFFF";
borderwidth="1";
fontfamily="verdana, helvetica, arial";
fontsize="12px";
fontweight="normal";
fontstyle="normal";
itemheight="25";
itemwidth="150";
rawcss="padding-left:20px;";
}

with(milonic=new menuname("Main Menu")){
style=miniStyle;
alwaysvisible="1";
orientation="1";
position="relative";
aI("text=Home;url=http://www.staintonchellew.co.nz/index.cfm;");
aI("text=About Us;url=http://www.staintonchellew.co.nz/about/;showmenu=2;");
aI("text=Services;url=http://www.staintonchellew.co.nz/services/;showmenu=3;");
aI("text=Our People;url=http://www.staintonchellew.co.nz/our-people/;showmenu=4;");
aI("text=Latest News / Resources;url=http://www.staintonchellew.co.nz/latest-news/;showmenu=5;");
aI("text=Links;url=http://www.staintonchellew.co.nz/links/;");
aI("text=Contact Us;url=http://www.staintonchellew.co.nz/contact/;");
}

with(milonic=new menuname("2")){
style=subStyle;
overflow="scroll";
aI("text=Testimonials;itemwidth=161;url=http://www.staintonchellew.co.nz/testimonials/;");
aI("text=Make an Appointment;itemwidth=161;url=http://www.staintonchellew.co.nz/make-an-appointment/;");
aI("text=Ask a Question;itemwidth=161;url=http://www.staintonchellew.co.nz/ask-a-question/;");
aI("text=Join Our E-News Bulletin;itemwidth=161;url=http://www.staintonchellew.co.nz/enewsbulletin/;");
}

with(milonic=new menuname("3")){
style=subStyle;
overflow="scroll";
aI("text=You and Your Business;itemwidth=161;url=http://www.staintonchellew.co.nz/you-and-your-business/;");
aI("text=You and Your Family;itemwidth=161;url=http://www.staintonchellew.co.nz/you-and-your-family/;");
aI("text=Specialist Areas;itemwidth=161;url=http://www.staintonchellew.co.nz/specialist-areas/;");
}

with(milonic=new menuname("4")){
style=subStyle;
overflow="scroll";
aI("text=Partners;itemwidth=161;url=http://www.staintonchellew.co.nz/partners/;");
aI("text=The Team;itemwidth=161;url=http://www.staintonchellew.co.nz/the-team/;");
}

with(milonic=new menuname("5")){
style=subStyle;
overflow="scroll";
aI("text=News;itemwidth=161;url=http://www.staintonchellew.co.nz/news/;");
aI("text=Resources;itemwidth=161;url=http://www.staintonchellew.co.nz/resources/;");
}
drawMenus()


