	#fancymenu {
   position: relative;
   height: 235px;
   width: 500px;
   background: transparent;
   padding: 0px;
   margin: 0;
   overflow: hidden;
   font-family: verdana, tahoma, sans-serif;
   font-size:11px;
   font-weight:bold;
   margin-left:244px;
   }
    
  #fancymenu ul {
  padding: 0;
  margin: 0;
  }
   
  /* Don't apply padding here (offsetWidth will differ in IE)
  If you need padding add it to the child anchor */
  #fancymenu ul li {
  float: left;
  list-style: none;
  }
   
  #fancymenu ul li a {
  text-indent: 0px;
  margin-top:5px;
  padding-top:8px;
  text-align:center;
  z-index: 10;
  display: block;
  float: left;
  height: 235px;
  position: relative;
  overflow: hidden;
  color:#fff;
  text-decoration:none;
  }
  
  #fancymenu ul li a:hover {
  color:#981e32;
  text-decoration:underline;
  }
  
  #fancymenu ul li.current a {
  color:#981e32;
  }
  
  
  #menu_home a {
  width: 52px;
/*  background: url('images/menu_home.png') no-repeat center !important;
  background: url('images/menu_home.gif') no-repeat center; // ie! */
  }
  
  #menu_gallery a {
  width: 52px;
  }
  
  #menu_rooms a {
  width: 64px;
/*  background: url('images/menu_rooms.png') no-repeat center !important;
  background: url('images/menu_rooms.gif') no-repeat center; */
  }
   
  #menu_recreation a {
  width: 80px;
/*  background: url('images/menu_travel.png') no-repeat center !important;
  background: url('images/menu_travel.gif') no-repeat center; */
  }
   
  #menu_packages a {
  width: 72px;
  overflow:hidden;
  }
  
  #menu_gourmet a {
  width: 64px;
  }

  #menu_shop a {
  width: 52px;
  }

#fancymenu li.background {
   position: absolute;
   visibility: hidden;
   }
    
 #fancymenu .background .left {
  height: 235px;
  margin-right: 0px; /* 7px is the width of the rounded shape */
 }
 html>body #fancymenu .background .left {
  background: transparent url('images/bg_menu.png') no-repeat top left;
  /* background transparent url('images/bg_menu.gif') no-repeat top left; */
  }
  
   div#linkList {
  	background: transparent url('images/innheader4_credit.jpg') no-repeat bottom left;
  	background-color: #5f657b;
  	width:679px;
  	top:-230px;
  	position:relative;
  	border-left: 1px solid #a08d4e;
	border-right: 1px solid #a08d4e;
	margin: 0 auto 0 auto;
  }