//fixMozillaZIndex=true; 
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
////bordercolor="#330000";
////borderstyle="solid";
////borderwidth=0;
fontfamily="Arial,Verdana,Tahoma";
fontsize="13px";
fontweight="bold";
offbgcolor="#cc99ff";
offcolor="#FFFFFF";
offbgcolor="#cc99ff";
onbgcolor="#FFAC38";
oncolor="#000033";
////headercolor="#000000";
padding=5;
pagecolor="black";
pagebgcolor="#FFAC38";
separatorsize=10;
separatorcolor="#cc99ff";
}

with(submenuStyle=new mm_style()){
bordercolor="#8D300B";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma,Arial,Verdana";
fontsize="12px";
fontweight="bold";
headerbgcolor="#FFAC38";
headercolor="#000033";
offbgcolor="#FDF3AC";
offcolor="#AB6100";
onbgcolor="#FFAC38";
oncolor="#000033";
padding=2;
separatorsize=1;
separatorcolor="#FFAC38";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;;type=header;");
aI("text=Our Flowers;showmenu=flowers;status=Our FLowers;");
aI("text=Testimonials;url=/testimonials.htm;status=Testimonials;");
aI("text=Who We Are;url=/who.htm;status=Who We Are;");
aI("text=Directions;url=/directions.htm;status=Directions;");
aI("text=Contact Us;url=/contact.asp;status=Contact Us;");
}
with(milonic=new menuname("flowers")){
style=submenuStyle;
//itemwidth=112;
aI("text=Arbors;url=/gallery_ar.htm;status=Arbors;");
aI("text=Bouquets;url=/gallery_bq.htm;status=Bouquets;");
aI("text=Boutonnieres;url=/gallery_bt.htm;status=Boutonnieres;");
aI("text=Chair Arrangements;url=/gallery_ch.htm;status=Chair Arrangements;");
aI("text=Cake Flowers;url=/gallery_ck.htm;status=Cake Flowers;");
aI("text=Ceremonial Arrangements;url=/gallery_cm.htm;status=Ceremonial Arrangements;");
aI("text=Centerpieces;url=/gallery_fl.htm;status=Centerpieces;");
aI("text=Pew Markers;url=/gallery_pm.htm;status=Pew Markers;");
}

drawMenus();
