


_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
align="left";
onbgcolor="#282F30";
oncolor="#A7B6BE";
offbgcolor="#282F30";
offcolor="#A7B6BE";
menubgimage="./style_images/dow/nav_bg.gif";
bordercolor="#282F30";
borderstyle="solid";
borderwidth=0;
separatorheight="25";
separatorwidth="2";
separatorimage="./style_images/dow/nav_space.gif";
padding=0;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}


with(submenuStyle=new mm_style()){
align="left";
itemwidth="120";
itemheight="24";
onbgcolor="#2E3234";
oncolor="#A7B6BE";
offbgcolor="#394045";
offcolor="#A7B6BE";
bordercolor="#2E3234";
borderstyle="solid";
borderwidth=1;
separatorcolor="#A7B6BE";
separatorsize="1";
padding=3; 6; 3; 6;
fontsize="10px";
fontstyle="normal";
 site_aontweight="normal";
fontfamily="Verdana";
pagecolor="";
pagebgcolor="#";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(sub2menuStyle=new mm_style()){
align="center";
valign="center";
itemwidth="100";
itemheight="31";
onbgcolor="#292D2E";
oncolor="#89A0AD";
offbgcolor="#292D2E";
offcolor="#FFFFFF";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=3; 6; 3; 6;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}


drawMenus();

