_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="center";
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#ACABAB";
onbgcolor="#ffffff";
oncolor="#7B7B7A";
outfilter="Blinds( Bands=1,direction=down, duration=0.5)";
overfilter="Blinds( Bands=1,direction=up, duration=0.3)";
padding="3";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
}

with(menuStyle=new mm_style()){
align="center";
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/yellow.gif";
offbgcolor="White";
offcolor="#ACABAB";
onbgcolor="#ffffff";
oncolor="#7B7B7A";
outfilter="Fade(Overlap=1.00)";
padding="5";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
overimage="images/square_blue.gif";
imagepadding="6";
itemwidth="100";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=807;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=home;target=;url=./;");
aI("text=photos;target=;url=photos.html;");
aI("text=resume;target=;url=resume.html;");
aI("text=speaking;target=;url=speaking.html;");
aI("text=about me;target=;url=about-me.html;");
aI("text=articles;target=;url=articles.html;");
aI("text=blog;target=_blank;url=http://marciwrites.blogspot.com;");
aI("text=Power of the Pen 2010- young writers workshop;target=;url=Power-of-the-Pen-2010-young-writers-workshop.html;");
}


 drawMenus();
