_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="LightSkyBlue";
borderstyle="Solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="LightSlateGray";
offcolor="#FFFFFF";
onbgcolor="#AAAAFF";
oncolor="#000000";
padding="5";
separatorcolor="#778899";
separatorsize="0";
subimage="images/black_round_white.gif";
subimagepadding="0";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/black_round_white.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.tradewindsstives.co.uk/;");
aI("text=Accommodation;target=;url=accommodation.html;");
aI("text=Breakfast;target=;url=breakfast.html;");
aI("text=Tariff;target=;url=tariff.html;");
aI("text=Testimonials;target=;url=testimonials.html;");
aI("text=Local area;target=;url=local-area.html;");
aI("text=Video;target=;url=video.html;");
aI("text=Contact us;target=;url=contact-us.html;");
}


 drawMenus();

