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="#EBCEAA";
borderstyle="solid";
borderwidth=1;
fontfamily=" verdana";
fontsize="11px";
fontstyle="";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#316886";
offcolor="#FFFFFF";
onbgcolor="#edf6ff";
/*onborder="1px dotted #FFFFFF";*/
oncolor="#235B94";
/*outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#81cdf5', Direction=150, Strength=5)";*/
padding=5;
separatorcolor="#cccccc";
separatorsize=1;
subimagepadding=1;
pagebgcolor="#235B94";
pagecolor="#ffffff";
subimagepadding=5;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#40780F";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="14px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
/*bgimage="images/menu_bg_off.gif";*/
offcolor="#013653";
/*offbgcolor="transparent";*/
/*overbgimage="images/menu_bg_on.gif";*/
itemheight="30px";
/*onbgcolor="#fc8e22";*/
oncolor="#cf1e1f";
/*outfilter="randomdissolve(duration=0.3)";*/
padding=2;
/*pagebgcolor="#cf1e1f";*/
pagecolor="#cf1e1f";
subimagepadding=4;


}
with(milonic=new menuname("knowledge")){
margin=0;
menuwidth=70;
style=submenuStyle;
aI("text=Add;url=knowledge_base_add.aspx;");
aI("text=List;url=knowledge_base_list.aspx;");

}
with(milonic=new menuname("placement")){
margin=0;
menuwidth=70;
style=submenuStyle;
aI("text=Add;url=past_placement_add.aspx;");
aI("text=List;url=past_placement_list.aspx;");

}

with(milonic=new menuname("alumni")){
margin=0;
menuwidth=70;
style=submenuStyle;
aI("text=Add;url=#;");
aI("text=List;url=#;");

}

with(milonic=new menuname("news_events")){
margin=0;
menuwidth=70;
style=submenuStyle;
aI("text=Add;url=notification_add.aspx;");
aI("text=List;url=notification_list.aspx;");

}

with(milonic=new menuname("career")){
margin=0;
menuwidth=70;
style=submenuStyle;
aI("text=Add;url=career_add.aspx;");
aI("text=List;url=career_list.aspx;");
}

with(milonic=new menuname("applicants")){
margin=0;
menuwidth=70;
style=submenuStyle;
aI("text=Add;url=#;");
aI("text=List;url=#;");
}

drawMenus();


