<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // 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="#00000" ;
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="#FFFFFF";

hdrBGColor="#00033a"   //"#243D39";
hdrBack="#FFFFFF"
hdrAlign="Center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#fffaf2";
linkOverBGColor="#C4C8E2"//"#99EDFF";//"yellow"//"#657CB7"//"#0884E4"//"#99FFFE";
linkTarget="_top";
linkAlign="Left";

barBGColor="#657CB7"//"#16404B";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#fffaf2";
barVAlign="center";
barWidth=20; // no quotes!!
barText="-"+"Menu"+"-"; // <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]=["Sunset Serenade"] //create header
ssmItems[1]=["Home", "test2.aspx", ""]
ssmItems[2]=["View The Estate", "Exterior.aspx",""]
ssmItems[3]=["View Luxurious Living", "interior.aspx", ""]
ssmItems[4]=["Pools & Recreation", "pool.aspx", ""]
ssmItems[5]=["Dining", "Dinning.aspx",""]
ssmItems[6]=["Rates & Information", "Info.aspx",""]
ssmItems[7]=["Reservations", "Contacts.html",""]




buildMenu();

//-->