fixMozillaZIndex=true;


_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=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()){
onbgcolor="#D8EFAA";
oncolor="#000000";
offbgcolor="#B4CD84";
offcolor="#ffffff";
bordercolor="none";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#98B461";
headercolor="#cccc00";
headerbgcolor="#ffffff";
subimage="/pubdef/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=155;
left=0;
alwaysvisible=1;
orientation="vertical";
itemwidth="125";
followscroll=1;
aI("text=Home;url=/pubdef/index.htm;status=Back To Home Page;");
aI("text=About;url=/pubdef/contact.htm;status=About Us;");
}

with(milonic=new menuname("")){
style=menuStyle;
aI("text=;url=/;status=;");
aI("text=;url=/;status=;");
aI("text=;url=/;status=;");
}

drawMenus();

