

_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="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#eeeeee";
onborder="1px solid #999999";
oncolor="#000000";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#000000', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#CFE2D1";
pagecolor="#000066";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=2;
separatorheight="1";
valign="middle";
menubgcolor="#F5F5F5";
}
with(mainStyle=new mm_style()){
menubgcolor="transparent";
}



		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;		
			orientation="vertical";
			position="relative";

			aI("url=/ministry7.php;image=/images/Image/Redesign/subnav1.gif;overimage=/images/Image/Redesign/rsubnav1.gif;");

			aI("url=/ministry6.php;image=/images/Image/Redesign/subnav3.gif;overimage=/images/Image/Redesign/rsubnav3.gif;");
			aI("url=http://www.facebook.com/pages/Radcliff-KY/Heritage-International-Christian-Church/173097794107?ref=search&sid=26501900.3098692915..1;image=/images/Image/Redesign/subnav5.gif;overimage=/images/Image/Redesign/rsubnav5.gif;target=newwindow;");

			
		}




drawMenus();



