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()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#333333";
headercolor="#333333";
image="";
imagepadding=6;
offbgcolor="#ffffff";
offcolor="#333333";
onbgcolor="#ffffff";
oncolor="#ff6600";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#ffffff', Direction=0, Strength=0)";
overimage="";
padding=6;
pagebgcolor="#ffffff";
pagecolor="#ff6600";
separatorcolor="#ffffff";
separatorsize=10;
subimage="";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#b0b0b0";				// sub menu border color
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";					// don't know
headerbgcolor="#ff0000";			// set at red no idea what this is
headercolor="#ff0000";				// set at red no idea what this is
offbgcolor="#ffffff";				// sub menu background color
offcolor="#333333"; 				// sub menu font color
onbgcolor="#ffffff"; 				// sub menu background rollerover color
oncolor="#ff6600"; 					// sub menu rollerover color
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#ffffff', Direction=0, Strength=0)";
padding=6;
pagebgcolor="#ffffff"; // sub menu background on state
pagecolor="#ff6600";  // sub menu font color onstate
separatorcolor="#b0b0b0";
separatorsize=1;
subimage="";
subimagepadding=2;
}


with(milonic=new menuname("SERVICES")){
margin=0;
style=submenuStyle;
aI("text=Demand Creation;url=demand.html;");
aI("text=Product Marketing;url=product.html;");
aI("text=Channel Marketing;url=channel.html;");
aI("text=Customer Research;url=research.html;");

aI("text=Corporate Marketing;url=corporate.html;");

}





drawMenus();

