

_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()){
onbgcolor="#084365";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
separatorpadding="15";
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="#000000";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/Image/arrow.gif";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#ffffff', Direction=150, Strength=5)";
outfilter="Fade(duration=0.1)";

/*styleid=1;
bordercolor="#84A9C7";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="F5F5F5";
offcolor="#000000";
onbgcolor="#C0D3E2";

oncolor="#000000";
onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#CFE2D1";
pagecolor="#000066";
pageimage="/images/Image/onimage.gif";
separatoralign="right";

separatorpadding=1;
separatorwidth="85%";
subimage="/images/Image/offarrow.gif";
valign="middle";
menubgcolor="#F5F5F5";*/
}

with(mainStyle=new mm_style()){

}



		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			orientation="horizontal";
			position="relative";
			itemheight=24;
			
			aI("image=/images/Image/Redesign/link1.jpg;url=/about.php;");
			aI("image=/images/Image/Redesign/link2.jpg;url=/media/media/recent.php;");
			aI("image=/images/Image/Redesign/link3.jpg;url=/media/media/bloglist.php;");
			aI("image=/images/Image/Redesign/link4.jpg;url=/calendar.php;");
			aI("image=/images/Image/Redesign/link5.jpg;url=/life_groups.php;");
			
		}




drawMenus();


