

_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=10              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=200;


with(subStyle=new mm_style()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#ffffff";
headerborder=1;
headercolor="#ffffff";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#EAEAEA";
onborder="1px solid #000000";
oncolor="#000000";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#EAEAEA";
pagecolor="#000000";
separatoralign="right";
separatorcolor="#eeeeee";
separatorpadding=3;
separatorheight="1";
valign="middle";
menubgcolor="#ffffff";
}

with(mainStyle=new mm_style()){

}


		

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="vertical";
			position="relative";
			
		aI("image=/images/Image/subnav0.jpg;overimage=/images/Image/Rsubnav0.jpg;");
		aI("url=/whoweare.php;image=/images/Image/subnav1.jpg;overimage=/images/Image/Rsubnav1.jpg;");
		aI("url=/believe.php;image=/images/Image/subnav2.jpg;overimage=/images/Image/Rsubnav2.jpg;");
		aI("url=/contact.php;image=/images/Image/subnav3.jpg;overimage=/images/Image/Rsubnav3.jpg;");
		aI("url=/what.php;image=/images/Image/subnav4.jpg;overimage=/images/Image/Rsubnav4.jpg;");
		aI("image=/images/Image/subnav5.jpg;");
			
		}




drawMenus();


