_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // 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="#2a7bb8";
	oncolor="#ffffff";
	offbgcolor="#ffffff";
	offcolor="#000000";
	bordercolor="#999999";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#dddddd";
	separatorsize="1";
	separatorpadding="1";
	padding=2;
	onborder="1px solid #000000";
	//offborder="1px solid #aaaaaa";
	onbold="#ffffff";
	fontsize="11";
	fontstyle="normal";
	fontfamily="Verdana, Tahoma, Arial";
	pagecolor="green";
	pagebgcolor="#FFF1E5";
	headercolor="#ffffff";
	headerbgcolor="#ffffff";
	subimage="js/images/arrow.gif";
	subimagepadding="2";
	overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#999999', Direction=135, Strength=4)";
	outfilter="randomdissolve(duration=0.3)";
}

sampleStyle=new copyOf(menuStyle)
sampleStyle.fontsize="11"
sampleStyle.padding=1

with(milonic=new menuname("estados01")) {
	style = menuStyle;
	top=20;
    left="offset=46";
    screenposition="center";
	orientation="vertical";
	margin=4;
	itemwidth=94;
aI("text=&nbsp;Ceará;url=c-ce.asp;image=js/images/bn_ceara.gif;");
aI("text=&nbsp;Maranhão;url=c-ma.asp;image=js/images/bn_maranhao.gif;");
aI("text=&nbsp;Pará;url=c-pa.asp;image=js/images/bn_para.gif;");
}

with(milonic=new menuname("estados02")) {
	style = menuStyle;
	top=420;
    left="offset=-368";
    screenposition="center";
	orientation="vertical";
	margin=4;
	itemwidth=94;
aI("text=&nbsp;Ceará;url=c-ce.asp;image=js/images/bn_ceara.gif;");
aI("text=&nbsp;Maranhão;url=c-ma.asp;image=js/images/bn_maranhao.gif;");
aI("text=&nbsp;Pará;url=c-pa.asp;image=js/images/bn_para.gif;");
}

drawMenus();
