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()){
align="center";
//bordercolor="#999999";
//borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
//headerbgcolor="#ffffff";
//headercolor="#000000";
//offbgcolor="#FFCC66";
offcolor="#000066";
//onbgcolor="#FBDCA1";
oncolor="#FFFFFF";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=6;
//pagebgcolor="#FBDCA1";
pagecolor="#666666";
pageoncolor="#666666";
//separatorcolor="#000066";
separatorsize=2;
separatorimage="/images/navSeperator.gif";
seperatorheight=30;
separatorpadding=7;
//subimage="/navbar/arrow.gif";
//subimagepadding=2;
//itemwidth=126;
}

with(milonic=new menuname("Main Menu - Left")){
alwaysvisible=1;
//left=10;
orientation="horizontal";
position="relative";
style=menuStyle;
//top=10;
zindex=1;
aI("text=Products;url=/products/;pagematch=/products/;");
aI("text=Services;url=/services/;pagematch=/services/;");
aI("text=Artstimulant;url=/artstimulant/;pagematch=/artstimulant/;");
aI("text=Podcasts;url=/podcasts/;pagematch=/podcasts/;");
aI("text=Blog;url=http://horizongate.blogspot.com/;");
}

drawMenus();