
.menu {
  color: #000000;
  padding: 8px;
  margin-top: 20px;
  display: block;
  width: 163px;
  height: 42px;
  padding-bottom: 8px;
  height:auto !important;
}

.menu a {
  padding: 8px;
  text-align: left;
  padding-left: 15px;
  color: #fff;
  background: url("../images/menu_a.gif") top left no-repeat;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.menu a:hover {
  padding: 8px;
  text-align: left;
  padding-left: 15px;
  color: #fff;
  background: url("../images/menu_hover.gif") top left no-repeat;
  display: block;
  text-decoration: none;
  font-weight: bold;
 }

