horizontalMenuDelay=0;
_menuOpenDelay=0;
_menuCloseDelay=1;
_subOffsetTop=2;
_subOffsetLeft=-2;
retainClickValue = 1;
closeAllOnClick = true;

with(menuStyle=new mm_style()){
fontfamily="tahoma";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="transparent";
offcolor="#000000";
oncolor="#ffffff";
offbgcolor="#f5f5f5";
onbgcolor="#6D6D6D";
overbgimage="getImage.php?src=menu-on.gif";
padding=0;
bgimage="getImage.php?src=menu-bg.gif";
image="getImage.php?src=menu-mid.gif";
imageposition='right';
}

with(submenuStyle=new mm_style()){
borderwidth=1;
fontfamily="tahoma";
fontsize="11px";
fontstyle="normal";
offbgcolor="#f5f5f5";
onbgcolor="#6D6D6D";
offcolor="#333333";
oncolor="#ffffff";
padding=3;
image="getImage.php?src=menu-bullet-sub-off.gif";
overimage="getImage.php?src=menu-bullet-sub-on.gif";
imagepadding=5;
separatoralign="center";
separatorcolor="#ffffff";
separatorpadding=1;
separatorwidth="100%";
itemheight=15;
subimage="getImage.php?src=menu-sub-arrow.gif";
}