<!--

/*
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="#44677b";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="10";

// Cells with links

linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#205350";
linkOverBGColor="#000000";
linkTarget="_top";
linkAlign="Left";

// Bar is the exposed part of the menu

barBGColor="yellow";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="purple";
barVAlign="center";
barWidth=12; 					// no quotes!!
barText="| Menu |"; 	// <IMG> tag supported. Put exact html for an image to show.

/* ---- note that the link colors are defined in FT_Tree.css ----------- */

-->
