.menu {
  background-repeat: no-repeat;
  background-position: left;
  background-color: #000;
  width: 150px;
  float: left;
  text-align: center;
}

a {
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  padding: 3px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.rightselectfig {
  text-align: center;
  padding: 3px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.leftselectfig {
  text-align: center;
  background-color: #0f0;
  width: 80px;
  float: left;
  text-align: center;
}
