_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_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="3px 0px 3px 12px";
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana";
subimage="";
subimagepadding="2";
}


with(menuStyle=new mm_style()){
onbgcolor="#000066";
oncolor="#FFFFFF";
offbgcolor="#000066";
offcolor="#CFCFCF";
bordercolor="#000066";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000066";
separatorsize="1";
padding="3px 0px 3px 5px";
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana";
itemwidth="110";
itemheight="10";
align="left";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.4)";
}




with(sat=new menuname("2")){
style=menuStyle;
aI("text=Guestbook;url=customerfeedback.asp?id=2;status=Guestbook;");
}

with(sat=new menuname("53")){
style=menuStyle;
aI("text=Graphic Design;url=GraphicDesign.asp?id=53;status=Graphic Design;");
}

drawMenus();


