_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="Blue";
onbgcolor="#999999";
oncolor="#000000";
padding="6";
separatorcolor="DimGray";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/arrow.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://BeYourGirlsHero.com/;");
aI("text=Flowers;target=;url=flowers.html;");
aI("text=Jewelry;target=;url=jewelry.html;");
aI("text=Perfume;target=;url=perfume.html;");
aI("text=Bath & Body;target=;url=bath-&-body.html;");
aI("text=Books/CDs/DVDs;target=;url=books-cds-dvds.html;");
aI("text=Clothing;target=;url=clothing.html;");
aI("text=Accessories;target=;url=accessories.html;");
aI("text=Travel;target=;url=travel.html;");
aI("text=Candles;target=;url=candles.html;");
aI("text=Personalized Gifts;target=;url=personalized-gifts.html;");
aI("text=Food/Gift Baskets;target=;url=food-gift-baskets.html;");
aI("text=Cards;target=;url=cards.html;");
}


 drawMenus();

