_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="Inset";
borderwidth="1";
fontfamily="Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Wheat";
offcolor="#000000";
onbgcolor="Gainsboro";
oncolor="#000000";
padding="4";
separatorcolor="BurlyWood";
separatorsize="1";
subimage="CART-Images/black_7x7.gif";
subimagepadding="2";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="9pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Wheat";
offcolor="#000000";
onbgcolor="Gainsboro";
oncolor="#000000";
padding="4";
subimage="CART-Images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://www.coleshillhouse.com/;");
aI("text=Latest News;target=;url=http://www.coleshillhouse.com/latest-news-and-blog;");
aI("text=About CART;target=;url=about-us.php;");
aI("text=Support Us;target=;url=become-a-friend-of-cart.php;");
aI("text=Press;target=;url=press.php;");
aI("text=Login;target=;url=login.php;");
aI("text=Contact;target=;url=contact-us.php;");
}


 drawMenus();

