_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="DarkSlateGray";
offcolor="#ffffff";
onbgcolor="Chocolate";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="DarkSlateGray";
offcolor="#ffffff";
onbgcolor="Chocolate";
oncolor="#ffffff";
padding="4";
separatorcolor="White";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://tnptradingpost.com/;");
aI("showmenu=About Us/LocationINFO_BAR_MENU;text=About Us;target=;url=About-Us.html;");
aI("showmenu=Area Attractions./Mesa VerdeINFO_BAR_MENU;text=Area Attractions.;target=;url=Area-Attractions.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}

with(milonic=new menuname("About Us/LocationINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Location;target=;url=Location.html;");
aI("text=History;target=;url=History.html;");
}

with(milonic=new menuname("Area Attractions./Mesa VerdeINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Mesa Verde;target=;url=Mesa-Verde.html;");
aI("text=Monument Valley;target=;url=Monument-Valley.html;");
aI("text=Canyon de Chelly;target=;url=Canyon-de-Chelly.html;");
aI("text=Hovenweep;target=;url=Hovenweep.html;");
aI("text=Chaco Culture Park;target=;url=Chaco-Culture-Park.html;");
}


 drawMenus();

