_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=0;
buildafterload="true";


with(menuStyle=new mm_style()){
bgimage="images/Glowing_Big1.png";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#dddddd";
headercolor="#000000";
offcolor="Black";
oncolor="#343434";
separatorcolor="transparent";
separatorsize="5";
rawcss="padding-left:5px;padding-right:5px";
overbgimage="images/Glowing_Big_hover1.png";
itemheight="42";
itemwidth="128";
}

with(submenuStyle=new mm_style()){
align="center";
bordercolor="#dddddd";
borderstyle="solid";
borderwidth="1";
fontfamily="Comic Sans MS";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="Black";
offcolor="White";
onbgcolor="Black";
oncolor="Red";
padding="4";
separatorsize="0";
subimage="images/white_4x7.gif";
subimagepadding="8";
itemwidth="125";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
align="center";
itemheight="42";
aI("text=Home;target=;url=index.html;");
aI("text=About Us;target=;url=About-Us.html;");
aI("showmenu=Our Products/Tee-ShirtsLEFT_MENU;text=Our Products;target=;url=Our-Products.html;");
aI("text=Shipping;target=;url=Shipping.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}

with(milonic=new menuname("Our Products/Tee-ShirtsLEFT_MENU")){
style=submenuStyle;
aI("text=Tee-Shirts;target=;url=Tee-Shirts.html;");
aI("text=Fleece;target=;url=Fleece.html;");
aI("text=Youth;target=;url=Youth.html;");
aI("text=Ladies;target=;url=Ladies.html;");
aI("text=Jackets;target=;url=Jackets.html;");
aI("text=Safety Vests;target=;url=Safety-Vests.html;");
}


 drawMenus();

