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(menuStyle=new mm_style()){
	bordercolor="#F5BD46";
	borderstyle="none";
	borderwidth=0;
	fontfamily="Verdana, Arial, Helvetica, sans-serif";
	fontsize="11px";
	fontstyle="normal";
	headerbgcolor="#F5BD46";
	headercolor="#333333";
	offbgcolor="#F5BD46";
	offcolor="#515151";
	onbgcolor="#F5BD46";
	oncolor="#ffffff";
	outfilter="randomdissolve(duration=0.3)";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
	padding=2;
	pagebgcolor="#F5BD46";
	pagecolor="black";
	separatorcolor="#333333";
	separatorsize=1;
	subimage="http://www.irishexporters.ie/js/arrow.gif";
	subimagepadding=1;
}	

//drawMenus();

function clearDetails(field,text) {
	if(field.value==text) {
		field.value="";
	}
}

function reenterDetails(field, text) {
	if(field.value=="") {
		field.value=text;
	}
}

