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("profilesHeader")){
alwaysvisible=1;
left=15;
orientation="vertical";
style=menuStyle;
top=15;
aI("text=Community Profiles;url=../profiles/;");
}

with(milonic=new menuname("profilesSubNav")){
alwaysvisible=1;
left=30;
orientation="vertical";
style=menuSubStyle;
top=55;
aI("text=Reports & Demographic Information;url=reports.htm;");
aI("text=Weather;url=weather.htm;");
aI("text=Surrounding Areas & Maps;url=surrounding.htm;");
//aI("text=Maps;url=maps.htm;");
aI("text=FAQ;url=../faq.htm;");
}

drawMenus();