<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=60; 					// no quotes!!
XOffset=0;
staticYOffset=30; 			// no quotes!!
slideSpeed=20 					// no quotes!!
waitTime=100; 					// no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#44677b";		// Colour of all borders
menuIsStatic="yes"; 			//this sets whether menu should stay static on the screen
menuWidth=240; 				// Must be a multiple of 10! no quotes!!
menuCols=3;

// Cells without links

hdrFontFamily="Verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#800000";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="10";

// Cells with links205350

linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#ffffff";
linkOverBGColor="#000000";
linkTarget="_top";
linkAlign="Left";

// Bar is the exposed part of the menu

barBGColor="#800000";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="white";
barVAlign="center";
barWidth=20; 					// no quotes!!
barText="<IMG src=images/blink.gif><br><br>M<br>E<br>N<br>U<br><br><IMG src=images/blink.gif>"; 	// <IMG> tag supported. Put exact html for an image to show.

/* ---- note that the link colors are defined in FT_Tree.css ----------- */

-->
