_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over (15)
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-2            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
// ignoreCollisions=false;	// False is the default

//*----------------------------------------------
//*  MENU STYLE for MAIN HORIZONTAL MENU
//*----------------------------------------------
with(menuStyle=new mm_style()){
//onclass="borderOn"; 
//offclass="borderOff";
onbgcolor="#CA0202"; 
oncolor="#FFFFFF";
offbgcolor="#F2EAB5";  
offcolor="#CA0000";
//bgimage='../images/bg-button.gif';

if (ie55) {
  xoffbgcolor="transparent";
}
//* If ie55 or above, set to transparent so overfilter gradient shows through.

//onborder="1px solid #000000";
bordercolor="#DDDDDD";
borderstyle="solid";
borderwidth=0;
separatorcolor="#999999";
separatorsize="0";
//padding=4;
padding="4px 5px 4px 5px";  //* top, right, bottom, left
fontsize="1.1em";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#000000";
pagebgcolor="#F2EAB6";
//pagebgimage='../images/bg-crm.gif';
//pageborder="1px dashed #DDDDDD";  
//pagebgcolor="transparent";
//pageborder="1px solid #043914";  //* Doesn't appear to work on the main menu bar
headercolor="#000000";
headerbgcolor="#FFFFFF";
subimagepadding="2"; 
xsubimage= "../images/arrow.gif";
xoverfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color='#AAAAAA', Direction=180, Strength=3);Gradient(GradientType=0,  StartColorStr='#FFFFFF',EndColorStr='#FCF5A7')";
 outfilter="randomdissolve(duration=0.3)";
}
//* Orange FAE2D6 F26E22
//*----------------------------------------------
//*  MENU STYLE for all SUB Menus    
//*----------------------------------------------
with(subMenuStyle=new mm_style()){
onbgcolor="#FCF1BA";   
oncolor="#000000";		 
offbgcolor="#FEFEEF";	 
offcolor="#000000";		 
bordercolor="#999999";	 
borderstyle="solid";
borderwidth=1;
separatorcolor="#DDDDDD";	 
separatorsize="1";
//padding=3;
padding="6px 6px 6px 4px";  //* top, right, bottom, left
if (homepg == 1) {padding="0px 6px 0px 4px";}  //** Fixes weird overpadding that was happenging on home page.

fontsize = "1.0em";

fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";	//*  Page being displayed.
pagebgcolor="#FCF1BA";	//* Med yellow FCF1BA
//pageborder="0px solid #C5E0CF";
pageborder="1px dashed #DDDDDD"; 
headercolor="#FFFFFF";   
headerbgcolor="#028676";  
//subimage= imagedir + "/arrow.gif";
subimage= "../images/arrow.gif";

subimagepadding="0px 2px 0px 3px";  //* top, right, bottom, left
//subimageposition = "top";
if (homepg == 0) {
	overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color='#777777', Direction=135, Strength=5)";
	outfilter="randomdissolve(duration=0.3)";
}
}
 
//*----------------------------------------------
//*  MENU STYLE for SIDE MENU 
//*----------------------------------------------
with(sideMenuStyle=new mm_style()){
onbgcolor="#CA0202";   
oncolor="#FFFFFF";	
offbgcolor="#F2EAB5";	
offcolor="#000000";	
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";  //* Same as offbgcolour so does not appear
separatorsize="1";
padding=2
padding="5px 4px 5px 10px"; //* top, right, bottom, left
fontsize="1.1em";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="#333333";
//pagebgcolor="#F2F2F2";  
pagecolor="#000000";	//* Page being displayed.
pagebgcolor="#FCF1BA";	 
//pageborder="1px dashed #DDDDDD";  			 
headerbgcolor="#2A367E";  		 
headercolor="#FFFFFF"; 			 
subimage= "../images/arrow.gif";
subimagepadding="2px 2px 2px 2px"; //* top, right, bottom, left
//subimageposition = "top";
//overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
} 
 
//*----------------------------------------------
//*  MENU STYLE for POPUPS - PDF
//*----------------------------------------------
with(menuStylePOPUP=new mm_style()){
onbgcolor="#E8EFF5";
oncolor="#000000";
offbgcolor="#E8EFF5";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#FFD400";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}
//*----------------------------------------------
//*  MENU STYLE for FLOATING "TOP"  
//*----------------------------------------------
with(menuStyleTop=new mm_style()){
onbgcolor="#0A4696";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#515151";
bordercolor="#DDDDDD";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFB578";
separatorstyle="solid";
separatorsize="1";
padding=0;
fontSize="8px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFEFDF";
}
drawMenus()
