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=0;

with(menuStyle=new mm_style()){
//bordercolor="#999999";
//borderstyle="solid";
//borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="13px";
fontstyle="normal";
//headerbgcolor="#ffffff";
//headercolor="#000000";
//offbgcolor="#eeeeee";
offcolor="#ffffff";
//onbgcolor="#A9A9AA";
oncolor="#999999";
//outfilter="fade(duration=0.3)";
//overfilter="fade(duration=0.2);Alpha(opacity=90);";
padding=5;
//pagebgcolor="#003466";
//pagecolor="003466";
separatorcolor="#999999";
separatorsize=1;
separatorheight=30;
//subimage="http://www.milonic.com/menuimages/arrow.gif";
//subimagepadding=2;
}

with(subMenu=new mm_style()){
//bgimage='images/layout/navBg.gif';
//bordercolor="#999999";
//borderstyle="solid";
//borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="13px";
fontstyle="normal";
//headerbgcolor="#ffffff";
//headercolor="#000000";
offbgcolor="#7A7A7D";
offcolor="#FBFFCC";
onbgcolor="#A9A9AA";
//oncolor="#000000";
//outfilter="fade(duration=0.3)";
//overfilter="fade(duration=0.2);Alpha(opacity=95);";
padding=3;
//pagebgcolor="#003466";
//pagecolor="003466";
separatorcolor="#999999";
separatorsize=1;
separatorheight=10;
subimage="images/layout/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("commLoans")){
itemwidth=124;
style=subMenu;
aI("text=Sub Menu;url=sub.asp;")
}

with(milonic=new menuname("singleFamily")){
itemwidth=135;
style=subMenu;
aI("text=Mortgage Brokers;url=/mortgageBrokers.asp;")
aI("text=Loan Programs;showmenu=loanPrograms;")
aI("text=Forms;url=/forms.asp;")
aI("text=Partners;url=/partners.asp;")
}

with(milonic=new menuname("loanPrograms")){
itemwidth=124;
style=subMenu;
aI("text=CalHFA;url=/calhfa.asp;")
aI("text=NHF Access;url=/nhfAccess.asp;")
aI("text=HomeRun;url=/homeRun.asp;")
}

drawMenus();