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=  "#67AAE5";//"#0255b9"
borderstyle="solid";
borderwidth=2;
fontfamily="Arial, Verdana, Tahoma";
fontsize="14";
fontstyle="Bold";
//headerbgcolor="#ffffff";
//headercolor="#000000";
offbgcolor="#0255b9";
offcolor="#FFFFFF";
onbgcolor="#67AAE5";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="";
pagecolor="";
separatorcolor="#0255b9";
separatorsize=2;
subimage="";
subimagepadding=0;
}

with(milonic=new menuname("Segments")){
overflow="scroll";
style=menuStyle;
aI("text= Business Application Segments ;url=../segments.php;")
//aI("text= Enterprise Technology Segments  ;url=../segments.php;")
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Press Releases ;url=../pr.php;");
aI("text=In the News;url=../news.php;");
aI("text=Newsletter Sign Up;url=../news;");
aI("text=Newsletter Archives;url=../news/archive.php;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Overview;url=../overview.php;");
aI("text=Principles;url=../principles.php;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Information;url=../contact.php;");
}

drawMenus();


