/* ---------------------------------------------------- */
/* Global Settings                                      */
/* ---------------------------------------------------- */
_menuCloseDelay=600;
_menuOpenDelay=200;
_subOffsetTop=0;
_subOffsetLeft=-1;

with(menuStyle=new mm_style()){
rawcss="padding-left:20px;padding-right:20px;";
bordercolor="#D7D7D7";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, sans-serif, Verdana";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
align="left";
headerbgcolor="#ffffff";
headercolor="#000000";
//offbgcolor="#244988";
offcolor="#FFFFFF";
//onbgcolor="#244988";
oncolor="#FFFFFF";
bgimage="images/menu_nbg.gif";
overbgimage="images/menu_rbg.gif";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
//padding=5;
itemheight=31;
//itemwidth=165;
separatorcolor="#D7D7D7";
separatorsize=0;
separatorimage="images/menu_sep.gif";
separatorwidth=1;
pagebgimage="images/menu_rbg.gif";
//menuwidth=165;
}

with(menuStyle1=new mm_style()){
bordercolor="#3A3A3A";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, sans-serif, Verdana";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#3A3A3A";
offcolor="#FFFFFF";
onbgcolor="#565656";
oncolor="#FFFFFF";
outfilter="Fade(duration=0.2);";
overfilter="Fade(duration=0.2);Alpha(opacity=85);";
padding=4;
pagebgcolor="#565656";
pagecolor="#FFFFFF";
separatorcolor="#565656";
separatorsize=1;
subimage="images/arrow.gif";
valign=top;
subimagepadding=2;
//itemwidth=100;
//itemwidth=200;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
top=0;
orientation="horizontal";
position="relative";
style=menuStyle;
aI("text=Home;url=index.php;");
aI("text=About&nbsp;Us;url=about_us.php;");
aI("text=Technology;url=technology.php;");
aI("text=Benefits;url=benefits.php;");
aI("text=Products;url=products.php;");
aI("text=Case&nbsp;Study;url=case_study.php;");
aI("text=News&nbsp;&&nbsp;Events;url=news_events.php;");
aI("text=How&nbsp;To&nbsp;Buy;url=how_buy.php;");
aI("text=Contact&nbsp;Us;url=contact_us.php;");
}

with(milonic=new menuname("About")){
	style=menuStyle1;
	itemwidth=160;
	aI("text=&nbsp;› The Potential;url=#;");
	aI("text=&nbsp;› Your Opportunity;url=#;");
}

drawMenus();

