_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="left";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
image="images/orangedots.gif";
offbgcolor="#F0FFFF";
offcolor="Black";
onbgcolor="#CC0000";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="2";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="190";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Biscuits Recipes;target=;url=biscuit-recipes.html;");
aI("text=Bread Machine Recipes;target=;url=bread-machine-recipes.html;");
aI("text=Bread Recipes;target=;url=bread-recipes.html;");
aI("text=Cheesecake Recipes;target=;url=cheesecake-recipes.html;");
aI("text=Chocolate Recipes;target=;url=chocolate-recipes.html;");
aI("text=Cookies Recipes;target=;url=cookie-recipes.html;");
aI("text=Jam Recipes;target=;url=jam-recipes.html;");
aI("text=Sandwich Recipes;target=;url=sandwich-recipes.html;");
}


 drawMenus();
