_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0       // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#ffcc00";
oncolor="#414141";
offbgcolor="#ffcc00";
offcolor="#272425";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="5";
itemheight=22;
itemwidth=100;
align="center";
fontsize="13px";
fontweight="bold";
fontstyle="normal";
fontfamily="Arial, Helvetica, Verdana, sans-serif";
pagecolor="#272425";
pagebgcolor="#FFCC00";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/layout/down.gif";
subimagepadding="5";
//overfilter="fade(duration=0.2);Alpha(opacity=100);";
//outfilter="fade(duration=0.2)";
}
with(subMenu=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffcc00";
bordercolor="#ffcc00";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffcc00";
separatorsize="1";
separatorwidth=170;
separatoralign="center";
padding=4;
fontsize="11px";
fontweight="normal";
fontstyle="normal";
fontfamily="Arial, Helvetica, Verdana, sans-serif";
pagecolor="#ffffff";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/layout/down.gif";
subimagepadding="5";
//overfilter="fade(duration=0.2);Alpha(opacity=100);";
//outfilter="fade(duration=0.2)";
}

with(milonic=new menuname("products")){
style=subMenu;
width=90;
aI("text=Softside Tool Carriers;url=categoryOverview.asp?catID=14;");
aI("text=Kneepads;url=categoryOverview.asp?catID=18;");
aI("text=Leather Aprons;url=categoryOverview.asp?catID=16;");
aI("text=Fabric Aprons;url=categoryOverview.asp?catID=17;");
aI("text=Tool Holders & Accessories;url=categoryOverview.asp?catID=15;");
}

drawMenus();