_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots1.gif";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="Maroon";
oncolor="#ffffff";
padding="2";
separatorcolor="LightGrey";
separatorsize="2";
subimage="images/white_arrow.gif";
subimagepadding="4";
overimage="images/whitedots.gif";
imagepadding="9";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="Maroon";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#ffffff";
padding="4";
separatorcolor="#FFFFFF";
separatorsize="1";
subimage="images/white_arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home Page;target=;url=./;");
aI("text=Products;target=;url=Products.html;");
aI("text=Monthly Specials;target=;url=Monthly-Specials.html;");
aI("showmenu=Latest Product NewsProduct NewsLEFT_MENU;text=Latest Product News;target=;url=Latest-Product-News.html;");
aI("text=Downloads;target=;url=Downloads.html;");
aI("text=Trusted Services;target=;url=Trusted-Services.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}

with(milonic=new menuname("Latest Product NewsProduct NewsLEFT_MENU")){
style=submenuStyle;
aI("text=Product News;target=;url=Product-News.html;");
aI("text=Catalogue Corrections;target=;url=Catalogue-Corrections.html;");
aI("text=Catalogue Additions;target=;url=Catalogue-Additions.html;");
}


 drawMenus();

