_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=-2
_subOffsetLeft=0


with(menuStyle1=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#fafafa";
offcolor="#336666";
bordercolor="#bfcccb";
borderstyle="solid";
borderwidth=0;
separatorcolor="#bfcccb";
separatorsize="0";
padding=7;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="";
subimagepadding="2";
}


with(menuStyle=new mm_style()){
onbgcolor="#ffcc11";
oncolor="#993333";
offbgcolor="#69A4CC";
offcolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=7;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
itemwidth="120";
itemheight="";
align="center";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.4)";
}




with(sat=new menuname("49")){
style=menuStyle;
aI("text=Motorcycles;url=Motorcycles.asp;status=Motorcycles;showmenu=4911;");
aI("text=Cars;url=Cars.asp;status=Cars;showmenu=4921;");
}

with(sat=new menuname("4911")){
style=menuStyle;
aI("text=Tyres;url=Tyres.asp;status=Tyres;");
}

with(sat=new menuname("4921")){
style=menuStyle;
aI("text=CarTyres;url=CarTyres.asp;status=CarTyres;");
aI("text=Exhausts;url=Exhausts.asp;status=Exhausts;");
aI("text=Car Vehicle Servicing;url=CarVehicleServicing.asp;status=Car Vehicle Servicing;");
}

drawMenus();


