.vmenu {
  background: white;
}

.vmenu p {
  background: white;
  color: orange;
}

.vmenu a.menu_sel {
  color: red;
}

.vmenu a {
  background: white;
  color: #666;
  border: none;
}

.vmenu a:hover {
  background: #ddd;
  color: blue;
}


