<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=385; // 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=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial, Helvetica, san serif";
hdrFontSize="1";
hdrFontColor="black";
hdrBGColor="#999966";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial, Helvetica, san serif";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#999966";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFCC66";
barFontFamily="Georgia, Times New Roman, Times, serif";
barFontSize="2";
barFontColor="#405C20";
barVAlign="center";
barWidth=18; // no quotes!!
barText="Quick Nav"; // <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]=["<img src='../2ndlevelnav/images/about.gif' border='0' width='71' height='12' alt='About Casey's' align='middle'>"] //create header

ssmItems[1]=["History", "../level2/history.html", ""]
ssmItems[2]=["Customer Kudos", "../level2/customer.html",""]
ssmItems[3]=["Map & Hours", "../level2/map.html",""]


ssmItems[4]=[""] //create header
ssmItems[5]=["Home", "../index.html", ""]
ssmItems[6]=["Contact Us", "contact.html", ""]


buildMenu();

//-->