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;

with(menuStyle=new mm_style()){	
bordercolor="#999999";
borderstyle="none";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12pt";
fontweight="bold";
decoration="none";
headerbgcolor="#4B5A7F";
headercolor="#742724";
offbgcolor="none";
offcolor="#CCD9F8";
onbgcolor="none";
oncolor="#CCD9F8";
ondecoration="underline";
padding=10;
pagebgcolor="none";
pagecolor="#CCD9F8";
pageclass="bold";
separatorcolor="#999999";
separatorsize=0;
subimage="";
subimagepadding=2;
}

with(menuSubStyle=new mm_style()){
	
bordercolor="#999999";
borderstyle="none";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
headerbgcolor="#4B5A7F";
headercolor="#742724";
offbgcolor="none";
offcolor="#CCD9F8";
onbgcolor="none";
oncolor="#CCD9F8";
ondecoration="underline";
padding=10;
pagebgcolor="none";
pagecolor="#CCD9F8";
pageclass="bold_underline";
separatorcolor="#999999";
separatorsize=0;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("housingHeader")){
alwaysvisible=1;
left=15;
orientation="vertical";
style=menuStyle;
top=15;
aI("text=Relocation;url=../housing/;");
}

with(milonic=new menuname("housingSubNav")){
alwaysvisible=1;
left=30;
orientation="vertical";
style=menuSubStyle;
top=55;
aI("text=Communities and Neighborhoods;url=community.htm;");
aI("text=Housing Options and Resources;url=housing.htm;");
aI("text=Utilities;url=utilities.htm");
aI("text=Government Resources;url=gov_resources.htm;");
aI("text=Senior Citizen Resources;url=senior_citizen.htm;");
aI("text=Green Living;url=green_living.htm;");

}

drawMenus();