fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=500;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle1=new mm_style()){
// MENU STYLE FOR MAIN MENU
fontfamily="Verdana, Tahoma, Arial";
fontsize="1px";
oncolor="#ffffff";
}


with(menuStyle2=new mm_style()){

// MENU STYLE FOR SUBMENUS
// bg color normal: e4eaeb
// bg color active: ffffff
	
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#e4eaeb";
offcolor="#535353";
onbgcolor="#ffffff";
oncolor="#535353";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
paddingtop=2;
paddingbottom=2;
pagecolor="gray";
subimage="http://www.finelite.com/fileadmin/templates/images/menu_icon_arrow_right.gif";
subimagepadding=2;

separatorcolor="#c0d0db";
separatoralign="center";
separatorwidth=130;
separatorpadding=4;
separatorsize=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=110;
orientation="horizontal";
style=menuStyle1;
//top=77;
aI("showmenu=Service;image=http://www.finelite.com/fileadmin/templates/images/spacer.gif;imagewidth=100;imageheight=24;imagealign=right;");
aI("showmenu=Products;image=http://www.finelite.com/fileadmin/templates/images/spacer.gif;imagewidth=88;imageheight=24;imagealign=right;");
aI("showmenu=Sustainability;image=http://www.finelite.com/fileadmin/templates/images/spacer.gif;imagewidth=149;imageheight=24;imagealign=right;");
aI("showmenu=AboutUs;image=http://www.finelite.com/fileadmin/templates/images/spacer.gif;imagewidth=88;imageheight=24;imagealign=right;");
}


with(milonic=new menuname("Service")){
overflow="scroll";
style=menuStyle2;
aI("text=Customer Service;url=http://www.finelite.com/service/customer-service;")
aI("text=Find an Agent;url=http://www.finelite.com/service/find-an-agent;")
aI("text=Request Info;url=http://www.finelite.com/service/request-info;")
}

with(milonic=new menuname("Products")){
overflow="scroll";
style=menuStyle2;
aI("text=Select a Luminaire;url=http://www.finelite.com/products/luminaires;")
// aI("text=Gallery;url=http://www.finelite.com/products/gallery;")

aI("separatorsize=1;");
aI("text=Systems;padding=0px 0px 5px 5px;oncolor=#000000;offcolor=#000000;");

aI("text=Personal Lighting<br>System (PLS) <font color=\"#3399cc\">New!</font>;url=http://www.finelite.com/products/pls-overview;")
aI("text=Integrated Classroom<br>Lighting System (ICLS);url=http://www.finelite.com/products/icls-overview;")

aI("separatorsize=1;");
aI("text=Details;padding=0px 0px 5px 5px;oncolor=#000000;offcolor=#000000;");
// aI("text=Details;url=http://www.finelite.com/products/details;")
aI("text=Mounting Info;url=http://www.finelite.com/products/mounting-info;")
// aI("text=Job Estimator;url=http://www.finelite.com/products/job-estimator;") 
aI("text=IES Files;url=http://www.finelite.com/products/ies-files;")
}

with(milonic=new menuname("Sustainability")){
overflow="scroll";
style=menuStyle2;
aI("text=Professional Development;url=http://www.finelite.com/sustainability/professional-development;")
aI("text=Company;url=http://www.finelite.com/sustainability/company;")
aI("text=Green Products;url=http://www.finelite.com/sustainability/green-products;")
aI("text=Research;url=http://www.finelite.com/sustainability/research;")
aI("text=Lighting Links;url=http://www.finelite.com/sustainability/lighting-links;")
}

with(milonic=new menuname("AboutUs")){
overflow="scroll";
style=menuStyle2;
aI("text=About Finelite;url=http://www.finelite.com/about-us/about-finelite;")
aI("text=Success Stories;url=http://www.finelite.com/about-us/success-stories;")
aI("text=News;url=http://www.finelite.com/about-us/news;")
aI("text=Career Opportunities;url=http://www.finelite.com/about-us/career-opportunities;")
aI("text=Awards;url=http://www.finelite.com/about-us/awards;")
aI("text=Contact Us;url=http://www.finelite.com/about-us/contact-us;")
aI("text=Map;url=http://www.finelite.com/about-us/map;")
}


drawMenus();

