

_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100           // The time delay before menus open on mouse over
_followSpeed=5               	   // Follow scrolling speed
_followRate=40                	   // Follow scrolling Rate
_subOffsetTop=10              	   // 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


with(menuStyle=new mm_style()){
align="center";
oncolor="#000000";
onbgcolor="#FAECD1";
offcolor="#000000";
offbgcolor="#ECCC9C";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
subimagepadding=2;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#000000";
pagebgcolor="#FAECD1";
headercolor="#000000";
headerbgcolor="#000000";
subimage="";
overfilter="Pixelate(duration=0.3);Alpha(opacity=100);Shadow(color='#CCCCCC', Direction=180, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=244;
left=4;
alwaysvisible=1;
orientation="horizontal";
aI("text=Return to Small Business;url=/dcsp/smallbusiness/index.html;showmenu=sb;itemwidth=151;");
aI("text=Home;url=/dcsp/smallbusiness/safetypays/index.html;showmenu=home;itemwidth=150;");
aI("text=Estimator;url=/dcsp/smallbusiness/safetypays/estimator.html;showmenu=estimator;itemwidth=150;");
aI("text=Background;url=/dcsp/smallbusiness/safetypays/background.html;showmenu=background;itemwidth=150;");
aI("text=Credits;url=/dcsp/smallbusiness/safetypays/credits.html;showmenu=credits;itemwidth=145;");

}




drawMenus();
