_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=-15            // Sub menu left offset

with(AllImagesStyle=new mm_style())
{
	bordercolor="#F8C75B";
	borderstyle="solid";
	padding=5;
	fontstyle="bold";
	fontweight="bold";
}


with(menuStyle=new mm_style())
{
	onbgcolor="#C2C2C2";
	oncolor="#484848";
	offbgcolor="#ffffff";
	offcolor="#484848";
	bordercolor="#484848";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#484848";
	separatorsize="1";
	padding=4;
	fontsize="10px";
	fontweight = "normal";
	fontstyle="normal";
	fontfamily="Verdana";
	headercolor="#000000";
	itemwidth = "210px";
	itemheight= "20px";
	align = "left";
}

with(milonic=new menuname("profile"))
{
	style=menuStyle;
	overflow="scroll";
	aI("text=Vision;url=vision.asp;");
	aI("text=Our Clients;url=our_clients.asp;");

}
with(milonic=new menuname("partners"))
{
	style=menuStyle;
	overflow="scroll";
	aI("text=SUEZ Energy International;url=suez.asp;");
	aI("text=SOGEX Oman Company LLC;url=sogex.asp;");
	aI("text=W.J.Towell & Company LLC;url=WJ_towell.asp;");
	aI("text=Zubair Corporation LLC;url=zubair.asp;");
	aI("text=Ministry Of Defense Pension Fund;url=Pension_fund.asp;");

}
drawMenus();

