/* menu */

#Menu {
  margin: 20px 0 1px 0;
  width: 958px;
  height: 33px;
  background: url(/images/menu-top/background.gif) repeat-x;
  border: 1px solid #544420;
}

#Menu ul {
  float: right;
}

#Menu ul li {
  font-weight: bold;
  list-style-type: none;
  font-size: 14px; 
  line-height: 33px;
  height: 33px;
  float: left;
  display: block;
  text-transform: uppercase;
}

#Menu ul li a {
  font-family: "arial", Times, serif;
  color: white;
  text-decoration: none;
  padding: 0 18px;
  height: 35px;
}

#Menu ul .separator {
  background: url(/images/menu-top/separator.gif) repeat-x;
  width: 2px;
  display: block;
  height: 33px;
}

#Menu ul li a:hover {
  color: #544420;
  background: url(/images/menu-top/hover.gif) repeat-x;
  display: block;
}

* html #Menu ul li a:hover {
  display: inline;
  padding: 10px 18px;
}