/* COOLjsMenu style + structure file */

//styles
var color = {border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2"};
var css = {ON:"clsCMOn", OVER:"clsCMOver"};
var STYLE = {border:1,
             shadow:2, color:color,
             css:css, valign:"center",
             size:[ 25, 140 ],
             itemoff:[ '+previousItem-1px', 0 ],
             leveloff:[ '+parentItem-1px', 0 ]}

//items and formats
var MENU_ITEMS_E =
[
  {pos:[5,285], style:STYLE},
  {code:"Français", url:"home_f.html"},
  {code:"Home", url:"home_e.html"},
  {code:"Hotel Rooms", url:"rooms_e.html", tip:"Most of our guest rooms have a view of the serene and private forest"},
  {code:"Restaurant", url:"restaurant_e.html", tip:"Lake side view and fine dining in an elegant setting. Old-world style Cigar Lounge"},
  {code:"Pub", url:"pub_e.html", tip:"Pub with good food, drinks, music and dancing.  Big-screen TV and outdoor terrace"},
  {code:"SPA", url:"spa_e.html", tip:"SPA"},
  {code:"Weddings", url:"weddings_e.html", tip:"Special place for a unique wedding. A chapel, lake front setting for a garden wedding and many other services"},
  {code:"Specials", url:"specials_e.html", tip:"Check out the specials"},
  {code:"Local Attractions", url:"local_e.html", tip:"Check out the description of local attractions"},
  {code:"Ballroom &amp; Meeting Rooms", url:"ballrooms_e.html", size:[ 50, 140 ], tip:"Banquet and meeting facilities can accommodate groups from 10 to 300 quests"},
  {code:"Location", url:"location_e.html", tip:"Map showing our location"}
];

var menu = new COOLjsMenuPRO("menu", MENU_ITEMS_E);
menu.initTop();
