

_menuCloseDelay=1000				// The time delay for menus to remain visible on mouse out
_menuOpenDelay=0				// The time delay before menus open on mouse over
_subOffsetTop=0					// Sub menu top offset
_subOffsetLeft=-2				// Sub menu left offset


with(MainMenuStyle=new mm_style()){
onbgcolor="";
oncolor="#E84B00";
offbgcolor="";
offcolor="#000000";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#68C1F9";
separatorsize="2";
separatorheight="28";
separatoralign="center";
separatorpadding="0";
separatorimage="/images/links_split.gif";
padding=4;
fontsize="11px";
fontstyle="normal";
//fontweight="700";
fontfamily="Verdana";
itemheight=0;
pagecolor="#E84B00";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="/Source/JavaScript/DropdownMenus/arrow.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.5)";
}

with(SubMenuStyle=new mm_style()){
itemwidth=180;
onbgcolor="#C9C9C9";
oncolor="#E84B00";
offbgcolor="#CDCDCD";
offcolor="#000000";
bordercolor="#B2B2B2";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B2B2B2";
separatorsize="1";
padding=3;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="#E84B00";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/templates/dropdown_menus/Arrow.gif";
subimagepadding="2";
overfilter="Shadow(color='#777777', Direction=135, Strength=5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.5)";
}
