*|a.menu2 {
  border: 2px outset #aeaeae;
  padding: 2px;
  text-decoration: none;
  font-weight: bolder;
  display: block;
  margin-top: 5px;
  text-align: center;
  width: 110px;
  font-family: Arial;
  font-size: 11px;
  margin-left: 2px;
  color: white;
  background-color: #ff4b08;
}
*|a.menu2:hover {
  border: 2px inset #990000;
  color: #000099;
  background-color: yellow;
}
