/* menu.css */

.Menu ul {
  margin-top: -37px;
  float: right;
  margin-right: 2px;
}

.Menu ul li {
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  float: left;
  display: block;
}
.Menu a {
  display: block;
  padding: 6px 0;
  margin: 0 2px;
  width: 160px;
  text-align: center;
  line-height: 25px;
  text-decoration: none;
  color: white;
  background: transparent url(/images/menu/bt-menu.gif) no-repeat;
}

.Menu a:hover {
  background: transparent url(/images/menu/bt-menu-hover.gif) no-repeat;
}

.Menu li.selected a {
  background: transparent url(/images/menu/bt-menu-selected.gif) no-repeat;
  color: #4D4D4D;
}