_menuCloseDelay=0			// The time delay for menus to remain visible on mouseout
_menuOpenDelay=0			// The time delay before menus open on mouse over
_followSpeed=1				// Follow scrolling speed
_followRate=40				// Follow scrolling rate
_subOffsetTop=10			// Sub menu top offset
_subOffsetLeft=0			// Sub menu left offset

with(menuStyle=new mm_style()){
offbgcolor="#DADBC9";		// bg
onbgcolor="#DADBC9";		// bg 
offcolor="#89573C";			// a.link
oncolor="#000000";			// a.hover
visitedcolor="#89573C";		// a.visited
separatorcolor="#C0C0C0";
separatorsize="1";
//bordercolor="";
//borderstyle="";
borderwidth="0";
padding="5";
fontfamily="Tahoma";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
pagecolor="#89573C";
pagebgcolor="#DADBC9";
headercolor="#FFFFFF";
headerbgcolor="#DADBC9";
//subimage="hrspic/arrow.gif";
//subimagepadding="5";
//overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#555555', Direction=120, Strength=3)";
//outfilter="Fade(duration=0.1)";
}