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="none";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, TrebuchetMS, Tahoma, Arial, Helvetica";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
<!--offbgcolor="#eeeeee";-->
offbgcolor="#FFFFFF";
<!--offcolor="#000000";-->
offcolor="#000000";
onbgcolor="#FFFFFF";
oncolor="#3488A7";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.5);Alpha(opacity=100);Shadow(color=#FFFFFF', Direction=135, Strength=1)";
padding=3;
pagebgcolor="#F9A332";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="./menu/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
if(screen.width<=1280 && screen.height>=800)
{
	left=380;
	width=250;
}
if(screen.width<=1280 && screen.height>=600)
{
	left=380;
	width=250;
}
if(screen.width<=1152 && screen.height>=864)
{
	left=310;
	width=250;
}
if(screen.width<=1024 && screen.height>=768)
{
	left=252;
	width=250;
}
if(screen.width<=800 && screen.height>=600)
{
	left=250;
	width=250;
}

orientation="horizontal"; 
style=menuStyle;
top=56;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;About Us &nbsp;&nbsp;&nbsp;;url=aboutus.php;");
aI("showmenu=products;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Products&nbsp;&nbsp;;");
aI("showmenu=offerings;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Offerings&nbsp;&nbsp;;");
aI("showmenu=capabilities;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Capabilities&nbsp;&nbsp;;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Partner With Us &nbsp;&nbsp;;url=partner-with-us.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Work With Us &nbsp;&nbsp;&nbsp;;url=work-with-us.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact Us &nbsp;;url=contactus.php;");
}

with(milonic=new menuname("products")){
style=menuStyle;
aI("text=AceIcon Project Server;url=aps.php;")
aI("text=Axxerion;url=axxerion.php;")
}

with(milonic=new menuname("offerings")){
style=menuStyle;
aI("text=Product Engineering;url=product-engineering.php;")
aI("text=Quality Assurance;url=quality-assurance.php;")
aI("text=Application Support;url=application-support.php;")
aI("text=Custom Application Development;url=custom-application-development.php;")
aI("text=Website Development;url=http://web.aceicon.com;target='_blank'")
}

with(milonic=new menuname("capabilities")){
style=menuStyle;
aI("text=Verticals;url=verticals.php;")
aI("text=Technology;url=technology.php;")
aI("text=New Areas;url=new-areas.php;")
aI("text=Web 2.0;url=web.php;")
aI("text=Mobile;url=mobile.php;")
aI("text=Business Intelligence;url=business-intelligence.php;")
aI("text=EAI;url=eai.php;")
aI("text=Package Solution;url=package-solution.php;")
aI("text=Process Models;url=process-models.php;")
}

drawMenus();

