fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(TopMenueStyle=new mm_style()){	
	onclass  = "TopMenue";
	offclass = "TopMenue";
	padding  = 0;
}

with(TopSubStyle=new mm_style()){	
	onclass  = "TopSubMenuOn";
	offclass = "TopSubMenu";
	subimage = "arrows.gif";
	//padding  = 20;
	bordercolor = "#ACABAB";
	borderstyle = "solid";
	borderwidth = 1;
	subimagepadding = 5;
}
with(milonic=new menuname("Quick Links")){
		alwaysvisible=1;
		position="relative";
		orientation="horizontal";
		
		style=TopMenueStyle;
		aI("text=Search;url=http://search.easternct.edu/search?site=default_collection&client=my_frontend&output=xml_no_dtd&proxystylesheet=my_frontend&proxycustom=%3CHOME/%3E;");
		
		drawMenus();
}
//with(milonic=new menuname("Search")){
	//style=TopSubStyle;
		//margin=0;
		
	//aI("text=`<form style='margin:0px;' name=input action=http://www.googlesyndicatedsearch.com/u/ECSU method=get><input size=14 type=text name=q><br></form>`;type=form;onbgcolor=;onborder=;image=;align=center");
	//aI("text=Hit \"Enter\" to Send;align=center");
//}

drawMenus();

