_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100           // The time delay before menus open on mouse over
_followSpeed=1                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
	onbgcolor="#cccc66";
	oncolor="#000000";
	offbgcolor="#990000";
	offcolor="#ffffff";
	bordercolor="#333333";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#333333";
	separatorsize="1";
	padding=5;
	fontsize="12";
	fontstyle="normal";
	fontfamily="Arial, Tahoma, Helvetica, San-serif";
	pagecolor="#ffffff";
//	pagebgcolor="#cccccc";       
	pagebgcolor="#990000";       

//	pagematch="#cccccc";  
	headercolor="#000000";
	headerbgcolor="#ffffff";
	subimage="/js/arrow.gif";
	subimagepadding="2";
	//overfilter="Fade(duration=0.2);Alpha(opacity=98)";
	//overfilter="Fade(duration=0.2);Alpha(opacity=98);Shadow(color='#777777', Direction=135, Strength=2)";
	//outfilter="randomdissolve(duration=0.2)";
	//outfilter="Iris(irisstyle=square,motion=in,duration=0.2;randomdissolve(duration=0.2)";
	//outfilter="slide(slidestyle=push,bands=1,duration=0.3);Alpha(opacity=65);MotionBlur(direction=0,strength=5);";
	//outfilter="Iris(irisstyle=square,motion=in,duration=0.2;Alpha(opacity=65);MotionBlur(direction=0,strength=5);Pixelate(maxsquare=10)";
	//outfilter="RadialWipe(wipestyle=clock)";
	//outfilter="Checkerboard(direction=right,SquaresX=2,SqauresY=2);";
}

with(milonic=new menuname("Main Menu")){
	style=menuStyle;
	top=0;
	left=0;
	menuwidth="100%";
	alwaysvisible=1;
	followscroll=0;
	position="relative";
	orientation="horizontal";
	aI("text=Home;url=/");
	aI("text=Legislation;url=/leg/;");
	aI("text=Regulations;url=/reg/");
	aI("text=About&nbsp;Us;url=/about/");
	aI("text=Resources;url=/resources/");
	aI("text=Contact&nbsp;Us;url=/contact/");
}

drawMenus();
