_scrollAmount=5;
_scrollDelay=10;

_menuCloseDelay=0;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=0;

Goverfilter = "Fade(duration=0.1)";
Goutfilter = "Fade(duration=0.1)";

with(toplevelStyle=new mm_style())
{
	fontfamily = "Arial, Verdana, Helvetica, sans-serif ";
	fontstyle = "normal; padding-left:12px; padding-right:8px;text-transform:lowercase;";	
	//fontweight = "bold";
	fontsize = "12px";	
	itemheight = "40px";
	offcolor = "#BCA67D";
	oncolor = "#7B6C4B";
	pagecolor = "#7B6C4B";
	separatorsize = "1";
	separatorheight = "32";	
	outfilter = Goutfilter;
	overfilter = Goverfilter;
}

with(sublevelStyle=new mm_style())
{
	itemheight = "32px";
    onbgcolor = "#f6f6f6";	
    oncolor = "#B2A288";
	onborder="0px solid #f6f6f6";
	offbgcolor = "#f6f6f6";
	offcolor = "#474747";	
	padding = "5px";
	pagebgcolor = "#f6f6f6";
	pagecolor = "#f6f6f6";	
	fontfamily = "arial";
	fontsize = "12px";
	fontstyle = "normal; padding-left:25px; padding-right:25px;";	
	separatorheight = "32";	
	separatorsize = "4";
	separatorcolor = "#f6f6f6";
	separatorpadding = "0";
	bordercolor = "#f6f6f6";
	borderwidth = "0";
	borderstyle = "solid";	
	subimagepadding = "4";
	subimageposition = "right";	
	overfilter = Goverfilter;
	outfilter = Goutfilter;
}
