/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // 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="#b0c4de";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="white";
hdrAlign="center";
hdrVAlign="left";
hdrHeight="10";
linkFontFamily="arial", "bold";
linkFontSize="2";
linkBGColor="#4682b4";
linkOverBGColor="#c9e3fa";
linkTarget="_top";
linkAlign="left";
barBGColor="#4682b4";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // 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]=["GENERAL INFO", "http://www.csbbcs.org/geninfo.html", ""] 
ssmItems[1]=["MEMBERSHIP", "https://www.csbbcs.org/amember/", ""]
ssmItems[2]=["CJEP", "http://www.csbbcs.org/cjep.html", ""]
ssmItems[3]=["ANNUAL MEETINGS", "http://www.csbbcs.org/meetings.html", ""] 
ssmItems[4]=["PHOTO GALLERY", "http://www.csbbcs.org/gallery/", ""] 
ssmItems[5]=["JOB ADS", "http://www.csbbcs.org/jobads.html", ""]
ssmItems[6]=["GRAD RECRUITMENT", "http://www.csbbcs.org/gradrecruit.html", ""] 
ssmItems[7]=["EVENTS / NEWS", "http://www.csbbcs.org/events.html", ""]
ssmItems[8]=["AWARDS", "http://www.csbbcs.org/hebb.html", ""] 
ssmItems[9]=["RELATED LINKS", "http://www.csbbcs.org/links.html", ""]
ssmItems[10]=["MOTIONS", "http://www.csbbcs.org/motions.html" , ""]
ssmItems[11]=["LOBBYING EFFORTS", "http://www.csbbcs.org/lobby.html", ""] 
ssmItems[12]=["SPECIAL REPORTS", "http://www.csbbcs.org/reports.html", ""] 
ssmItems[13]=["HOME", "http://www.csbbcs.org/index.html", ""]

buildMenu();
