
_menuCloseDelay=500		// 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=0			// Sub menu top offset
_subOffsetLeft=0		// Sub menu left offset



/* ------------------------------------------------------------------------- *\
 * >>>>>>>>>>>>>>>>>>>>>>>>>>      STYLES       <<<<<<<<<<<<<<<<<<<<<<<<<<<< *
\* ------------------------------------------------------------------------- */

with(MenuStyle=new mm_style()) {
	borderwidth=0;
}

//	STYLE for Horizontal Navigation Menu 
//
//	overfilter="Fade(duration=0.3);Alpha(opacity=85)";
//	outfilter="Fade(duration=0.3)";
with(menuStyle=new mm_style()) {
	oncolor="#FFFFFF";
	offcolor="#AFE3FB";
	onbgcolor="#071E29";
	offbgcolor="#03374F";
	pagebgcolor="#000000";
	bordercolor="#000000";
	separatorcolor="#075D85";
	borderstyle="solid";
	borderwidth=2;
	separatorsize=1;
	separatorpadding=0;
	padding=4;
	fontsize="12px";
	fontweight='normal';
	fontfamily="Century Gothic, Arial, Helvetica, sans-serif";
	subimagepadding=10;
	outfilter="fade(duration=0.5)";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
}


/* ------------------------------------------------------------------------- *\
 * >>>>>>>>>>>>>>>>>>>>>>>    TOP  LEVEL  MENUS    <<<<<<<<<<<<<<<<<<<<<<<<< *
\* ------------------------------------------------------------------------- */

//	Services
with(milonic=new menuname("Services")){
	style=menuStyle;
	orientation="vertical";
	itemwidth=225;
	aI("text=&nbsp;eQM - External Quality Monitoring;url="+BASE_DIR+"/about_eqm.php");
	aI("text=&nbsp;Enterprise Feedback System;url="+BASE_DIR+"/EFS.php");
	aI("text=&nbsp;Cats&reg;;url="+BASE_DIR+"/CATs.php");
	aI("text=&nbsp;EMAILs;url="+BASE_DIR+"/EMAILs.php");
	aI("text=&nbsp;WEBs;url="+BASE_DIR+"/WEBs.php");
	aI("text=&nbsp;EMPLOYEEs;url="+BASE_DIR+"/EMPLOYEEs.php");
	aI("text=&nbsp;TRAININGs;url="+BASE_DIR+"/TRAININGs.php");
	aI("text=&nbsp;Services &amp; Custom Programs;url="+BASE_DIR+"/Services.php");
	aI("text=&nbsp;Customer Feedback Benchmarking;url="+BASE_DIR+"/Benchmark.php");
	aI("text=&nbsp;Industry Studies;url="+BASE_DIR+"/industry_studies.php");
}

drawMenus();
