fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=10;
_subOffsetTop=2;
_subOffsetLeft=0;


with(submenuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily=" verdana";
fontsize="11px";
fontstyle="";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#176798";
offcolor="#ffffff";
onbgcolor="#737373";
//onborder="1px dotted #7CB5E8";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#f7a6ba', Direction=150, Strength=10)";
outfilter="randomdissolve(duration=0.5)";
overfilter="Blinds( Bands=1,direction=down, duration=0.5);Alpha(opacity=95)";
padding=4;
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=2;
pagebgcolor="#737373";
pagecolor="#ffffff";
subimagepadding=2;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="14px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="# ";
offcolor="#ffffff";
onbgcolor="#";
oncolor="#000000";
//outfilter="randomdissolve(duration=0.3)";
padding=2;
pagecolor="black";
subimagepadding=4;

}


with(milonic=new menuname("aboutus")){
margin=5;
menuwidth=90;
style=submenuStyle;
aI("text=Services;url=services.asp");

}
with(milonic=new menuname("projects")){
margin=5;
menuwidth=90;
style=submenuStyle;
aI("text=Featured projects;url=#;");
aI("text=Hot Deals;url=#;");
aI("text=Current projects;url=#;");

}

drawMenus();


