.uulmenue {

  list-style-type: none;

  margin-left: 0px;

  padding-left: 0px;

  width: 20%;

  background-color: orange;

}



.uulmenue li a {

  color: black;

  width: 9em;

  padding: 2px;

  padding-left: 1px;

  background-color: orange;

  border-bottom:1px solid white;

  text-decoration: none;

  font-family: Times Roman, Arial, Helvetica, sans-serif, Verdana;  

  display: block;  

}

.uulmenue li a:hover {

  color: white;

  background-color: #990000;

}

.uulmenue a:active {

  background-color: #990000;

  color:            white;

}