_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=1              // Sub menu top offset
_subOffsetLeft=1            // Sub menu left offset

with(menuStyle=new mm_style())
{
clickbgcolor="#ebe9e2"; 
clickcolor="#CC3300";
onbgcolor="#fdfaf6";
oncolor="#991401";
offbgcolor="#fdfaf6";
offcolor="#595959";
bordercolor="#296488";
borderstyle="dotted";
borderwidth=0;
separatorcolor="#f5f4f0";
separatorsize=1;
separatorheight=0;
separatorimage="./styles/images/line.gif";
padding=0;
//margin=2;
fontsize="90%";
fontstyle="normal";
fontfamily="Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="./styles/images/a3-r.gif";
subimagepadding=2;
subimageposition="right";
overfilter="fade(duration=0.2); Shadow(color='#777777', Direction=135, Strength=0); alpha(opacity=85); -moz-opacity: 0.8;";
outfilter="fade(duration=0.2); Shadow(color='#777777', Direction=135, Strength=0); alpha(opacity=85); -moz-opacity: 0.8;";
align="right";
openstyle="rtl"; 
itemwidth=150; 
itemheight=25;
valign="middle"; 

}