_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=-5;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Arial, Verdana";
fontsize="11px";
fontstyle="normal";
headerborder=1;
headercolor="#000099";
headerbgcolor="#ffffff";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
separatorcolor="#999999";
separatorsize=1;
subimagepadding=2;
}

with(vertStyle=new mm_style()){
styleid=1;
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="tahoma, arial, verdana";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
image="images/menu/18_blank.gif";
imagepadding=3;
menubgimage="images/menu/backoff_green.gif";
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#FEFAD2";
onborder="1px solid #999999";
oncolor="#000000";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#CFE2D1";
pagecolor="#000066";
separatoralign="right";
separatorcolor="#999999";
separatorpadding=1;
separatorwidth="85%";

menubgcolor="#F5F5F5";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=30;
aI("text=Home;url=http://donnadoolittle.com/index.html;"); 
aI("showmenu=Services;text=Services;");
aI("showmenu=Comments and More;text=Comments and More;");
aI("text=Gemstone Shop;url=http://ddgemstonesandhealingjewelry.com/catalog");
aI("text=Message Board;url=http://ddgemstonesandhealingjewelry.com/mb");
aI("showmenu=Member Photo Galleries;text=Member Galleries;");
}

with(milonic=new menuname("Services")){
overflow="scroll";
margin=3;
style=vertStyle;
top="offset=2";
aI("text=Consultations;url=http://donnadoolittle.com/consultations.html;");
aI("text=Workshops;url=http://ddgemstonesandhealingjewelry.com/mb/index.php?board=6.0;");
}

with(milonic=new menuname("Comments and More")){
margin=3;
style=vertStyle;
top="offset=2";
aI("text=Comments and Photos;url=http://donnadoolittle.com/comments.php;");
aI("text=Poetry and Stories;url=http://donnadoolittle.com/poetry.html;");
aI("text=Books and Music;url=http://donnadoolittle.com/books.html;");
}

with(milonic=new menuname("Member Photo Galleries")){
margin=3;
style=vertStyle;
top="offset=2";
aI("text=Subscription Details;url=http://donnadoolittle.com/details.html;");
aI("text=Member Galleries;url=http://donnadoolittle.com/gallery/index.php;");
}

drawMenus();


