fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=1;


with(menuStyle=new mm_style()){
//menubgimage = "Images/LDC_Redesign.gif";
align="left";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="90%";
fontstyle="normal";
//fontweight = "normal"
//headerbgcolor="#f15a29";
//headercolor="#f15a29";
offbgcolor="";
offcolor="#ffffff";
onbgcolor="#f15a29";
oncolor="#ffffff";
//onbold = 1;
//onclass=menuOn;
//offclass=menuOff;
padding=8;
//pageclass="mmpage";
//pagebgcolor="#f15a29";
//pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
//subimage="Images/arrowtest.gif";
//subimagepadding=6;
}

with(milonic=new menuname("aboutUs")){
overflow="scroll";
style=menuStyle;
itemwidth=170;
aI("text=Background;url=about_Us.html;bgimage=Images/Test_pattern.gif;onclass=mmpageB;offclass=mmpageA;")
aI("text=The Management Committee;url=about_Us.html#managementCommittee;bgimage=Images/Test_pattern.gif;onclass=mmpageB;offclass=mmpageA;")


}

with(milonic=new menuname("media")){
overflow="scroll";
style=menuStyle;
itemwidth=170;
aI("text=Recent;url=media.html;bgimage=Images/Test_pattern.gif;onclass=mmpageB;offclass=mmpageA;");
aI("text=LDC media;url=media.html;bgimage=Images/Test_pattern.gif;onclass=mmpageB;offclass=mmpageA;");
}
with(milonic=new menuname("blank")){

}


drawMenus();

