horizontalMenuDelay=0;
_menuOpenDelay=0;
_menuCloseDelay=0;
_subOffsetTop=2;
_subOffsetLeft=-2;
retainClickValue = 1;
closeAllOnClick = true;

with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
offbgcolor="transparent";
offcolor="#FFFFFF";
oncolor="#c9c8c8"; /* menu font color c1eb18*/
offbgcolor="#760c0e"; /*menu bg*/
onbgcolor="#aa0305"; /*menu bg #506585*/
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=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
offbgcolor="#303a46"; /*menu bg off style 99f409 */
onbgcolor="#aa0305"; /*menu bg on style c80304 & 506585*/
offcolor="#ffffff";
oncolor="#fecccd"; /*change the color code here c1eb18 */
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";
}