


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

//#295AA5









with(menuStylea=new mm_style()){
onbgcolor="#808080";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
separatorcolor="#FEF0D6";
separatorsize="1";
padding=3;
fontsize="13";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma, Georgia, Comic";
align="center";


}




with(menuStylebrok=new mm_style()){
onbgcolor="#262FA0";
oncolor="#ffffff";
offbgcolor="#101678";
offcolor="#ffffff";
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="13";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Verdana, Tahoma, Georgia, Comic";
align="left";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}







drawMenus();

