fixMozillaZIndex=false; //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()){
align='center';
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
fontweight='bold';
headerbgcolor="#CEA100";
headercolor="#000000";
itemheight=35;
itemwidth=549;
offbgcolor="#CEA100";
offcolor="#FFFFFF";
onbgcolor="#CEA100";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=0;
pagebgcolor="#CEA100";
separatorcolor="#FFFFFF";
separatorsize=0;
separatorpadding=0;
}

with(dropStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#F7D15E";
offcolor="#000000";
onbgcolor="#ffcc33";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=6;
pagebgcolor="#F7D15E";
separatorcolor="#FFFFFF";
separatorsize=1;
itemwidth=95;
}

with(dropStyle2=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#F7D15E";
offcolor="#000000";
onbgcolor="#ffcc33";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=6;
pagebgcolor="#F7D15E";
separatorcolor="#FFFFFF";
separatorsize=1;
itemwidth=178;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
top="offset=150";
orientation="horizontal";
style=menuStyle;
top=1;
aI("text=HOME;url=default.aspx;itemwidth=53;");
aI("showmenu=portfolio;text=PORTFOLIO;url=portfolio.asp.htm?pageID=1;itemwidth=78;");
aI("text=BRANDS;url=products.aspx;itemwidth=70;");
aI("showmenu=professional;text=PROFESSIONAL;itemwidth=85;");
aI("text=NEWS & EVENTS;url=news.aspx;itemwidth=110;");
aI("text=ABOUT US;url=company.aspx;itemwidth=70;");
aI("text=CONTACT US;url=contact.aspx;itemwidth=83;");
}

with(milonic=new menuname("professional")){
top="offset=9";
style=dropStyle;
aI("text=BUILDERS;url=professional.asp.htm?pageID=BUILDERS;");
aI("text=REALTOR;url=professional2.asp.htm?pageID=REALTOR;");
aI("text=DECORATORS;url=professional3.asp.htm?pageID=DECORATORS;");
aI("text=ARCHITECTS;url=professional4.asp.htm?pageID=ARCHITECTS;");
}

with(milonic=new menuname("portfolio")){
top="offset=9";
style=dropStyle2;
aI("text=CUSTOMER INSTALLATIONS;url=customerPortfolio.asp.htm;");
}

drawMenus();

