_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="DarkOliveGreen";
onbgcolor="#E7E6E7";
oncolor="DarkKhaki";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
pagecolor="DarkKhaki";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
align="left";
bordercolor="DarkGray";
borderstyle="solid";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="OliveDrab";
offcolor="White";
onbgcolor="#E7E6E7";
oncolor="DarkOliveGreen";
outfilter="Fade(Overlap=1.00)";
padding="4";
pagecolor="DarkKhaki";
imagepadding="6";
itemwidth="100";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=./;");
aI("text=About me;target=;url=About-me.html;");
aI("text=Links and Resources;target=;url=Links/Hornsby-Links.html;");
aI("text=Hornsby Blog;target=_blank;url=http://www.hornsbygenealogy.com/blog/;");
aI("text=Family Photo Gallery;target=;url=Hornsby-Family-Photo-Gallery.html;");
aI("text=Other Genealogy Tools;target=;url=Other-Genealogy-Tools.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();

