<!--

 <!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=0; // no quotes!!
staticYOffset=0; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#80160f";
menuIsStatic="yes";
menuWidth=170; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#c29262";
hdrBGColor="#80160f";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="0";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#a8391b";
linkOverBGColor="#c29262";
linkTarget="_top";
linkAlign="Left";
barBGColor="#80160f";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#F7E401";
barVAlign="center";
barWidth=25; // no quotes!!

startMenu("The Lemon Tree", " ** The Lemon Tree Menu ** ")
addItem("Home", "index.html", "_top");
addItem("At the Lemon Tree", "./content/about.html", "_top");
addItem("Location and Map", "./content/location.html", "_top");



addHdr("The Restaurant");
addItem("A Taste of Italy", "./content/restaurant.html", "_top");
addItem("Restaurant Menu", "./content/dinner.html", "_top");
addItem("Lunchtime Menu", "./content/lunch.html", "_top");
addItem("The Wine Shop", "./content/wine.html", "_top");


addHdr("The Hotel");
addItem("Staying at the Lemon Tree", "./content/reservations.html", "_top");
addItem("Book Online", "http://uk-bookings.eviivo.com/eviivo.distribution.presentation/MyWebsite/LemonTree_LL112LP.home", "_blank");
addItem("Picture Gallery", "./content/gallery.html", "_top");


addHdr("General Information");
addItem("Contact Information", "./content/contact.html", "_top");
addItem("Around Wrexham", "./content/wrexham.html", "_top");






endMenu()

//-->

//-->