<!--

/*
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="black";
hdrBGColor="#FF0099";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="black";
linkOverBGColor="#333333";
linkTarget="_top";
linkAlign="Center";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="<IMG src='http://i78.photobucket.com/albums/j87/Lethalladies/SideMenuMainBarcopy.gif'>"; // <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]=["Main Menu"] //create header
ssmItems[1]=["HOME", "http://lethalladies.guildportal.com/Guild.aspx?GuildID=30511&TabID=273387", ""]
ssmItems[2]=["Forums", "http://lethalladies.guildportal.com/Guild.aspx?GuildID=30511&TabID=273388",""]
ssmItems[3]=["Calendar", "http://lethalladies.guildportal.com/Guild.aspx?GuildID=30511&TabID=273390", ""]
ssmItems[4]=["About Us", "http://lethalladies.guildportal.com/Guild.aspx?GuildID=30511&TabID=676605", ""]
ssmItems[5]=["Roster", "http://lethalladies.guildportal.com/Guild.aspx?GuildID=30511&TabID=273391", ""]

ssmItems[6]=["Dudes", "http://lethalladies.guildportal.com/Guild.aspx?GuildID=30511&TabID=716219", "", 1, "no"] //create two column row
ssmItems[7]=["Sinners", "http://lethalladies.guildportal.com/Guild.aspx?GuildID=30511&TabID=828926", "",1]
ssmItems[8]=["Guild Mail", "http://lethalladies.guildportal.com/Guild.aspx?GuildID=30511&TabID=273394", ""]

ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["City of Heroes", "http://www.cityofheroes.com/", "_new"]
ssmItems[11]=["Shop Lethal", "http://www.cafepress.com/llddss", "_new"]


buildMenu();

//-->