fixMozillaZIndex=true; 				//Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;				// The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;                             // The time delay before menus open on mouse over
_subOffsetTop=2;                                // Sub menu top offset
_subOffsetLeft=-2;                              // Sub menu left offset




with(menuStyle=new mm_style()){
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="transparent";
offcolor="#777777";
onbgcolor="white";
oncolor="#000000";
pagecolor="#AB242A";
padding=5;
separatorcolor="#CECECE";
separatorsize=1;
subimage="menu/arrow.gif";
subimagepadding=2;
}


with(submenuStyle=new mm_style()){
bordercolor="#CECECE";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FFFFFF";
offcolor="#777777";
onbgcolor="white";
oncolor="#000000";
pagecolor="#AB242A";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
padding=5;
separatorcolor="#CECECE";
separatorsize=1;
subimage="menu/arrow.gif";
subimagepadding=5;
overflow="scroll";
}

with(milonic=new menuname("About")){
style=submenuStyle;
aI("text=About Project K.I.D;url=about.php;");
aI("text=Contact Us;url=contact.php;");
aI("text=Network Partners;url=partners.php;");
}








drawMenus();
