/* menu */

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

.Menu ul {
  float: right;
}

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

}

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

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

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

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