<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=231; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#A87343";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#ffffff";
hdrAlign="left";
hdrVAlign="left";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#A87343";
linkOverBGColor="#FF98D7";
linkTarget="_top";
linkAlign="Left";
barBGColor="#A87343";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#FF98D7";
barVAlign="center";
barWidth=18; // no quotes!!
barText="navigation        "; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Home", "default.aspx", ""]
ssmItems[1]=["Sizes", "sizes.aspx","_blank"]
ssmItems[2]=["--", "#", ""]
ssmItems[3]=["Special Offers", "showcase.aspx?type=category&text=Special%20Offers", ""]
ssmItems[4]=["Sales", "showcase.aspx?type=category&text=AMAZING+OFFERS", ""]
ssmItems[5]=["--", "#", ""]
ssmItems[6]=["Best Sellers", "showcase.aspx?type=category&text=Best%20Sellers", ""]
ssmItems[7]=["Womens Most Wanted", "showcase.aspx?type=category&text=MOST+WANTED", ""]
ssmItems[8]=["All Labels", "labels.aspx", ""]
ssmItems[9]=["Fashion Forum", "/forum/", "_blank"]
buildMenu();

//-->