// JavaScript Document

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=2;
_subOffsetLeft=-2;

//Style Sheets for menus
with(navtopStyle=new mm_style()){
//bordercolor="#999999";
//borderstyle="solid";
//borderwidth=1;
fontfamily="Trebuchet MS, Arial, sans-serif";
itemheight="25";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#e8e8e8";
offcolor="#000000";
onbgcolor="#cf0000";
oncolor="#ffffff";
outfilter="fade(duration=0.5)";
rawcss="padding-left:3px;padding-right:3px";
separatorcolor="#cccccc";
separatorsize=1;
separatorpadding=5;
pagecolor="black";
//bgimage="images/swatchltblue.gif"
subimage="http://www.aussiedeacons.org.au/images/arrow.gif";
subimagepadding=2;
}
with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#999999";
borderwidth=1;
fontfamily="Trebuchet MS, Arial, sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
itemheight="25";
headercolor="#000000";
offcolor="#000000";
onbgcolor="#cf0000";
offbgcolor="#e8e8e8";
oncolor="#ffffff";
rawcss="padding-left:3px;padding-right:3px";
separatorcolor="#000000";
separatorsize=1;
separatorpadding=5;
//bgimage="images/swatchltblue.gif"
subimage="http://www.aussiedeacons.org.au/images/arrow.gif";
subimagepadding=2;

}
with(navleftStyle=new mm_style()){
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=0;
fontfamily="Trebuchet MS, Arial, sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="ffffff";
position="relative";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#cf0000";
oncolor="#ffffff";
rawcss="padding-left:6px;padding-right:6px;padding-top:4px;padding-bottom:4px;";

pagecolor="black";
separatorcolor="#cccccc";
separatorsize=1;
separatorpadding=5;
subimage="images/arrow.gif";
//bgimage="images/swatchltblue.gif";
subimagepadding=2;
}
//Menus for "navtop"
with(milonic=new menuname("About AADA")){
	 style=submenuStyle;
	 alwaysvisible="0";
	 top="offset=2";
	 aI("text=About AADA;url=html/about.htm;");

   }

drawMenus();