#showUserNameMenu 
{
      position: absolute;
      visibility: hidden;
      width: 152px;
      margin: 0px 2px;
      background-color: #ccc;
      border: 1px solid #444444;
      float:left;
}

a.showUserNameMenuErgebnis 
{
      color: black;
      text-decoration: none;
      background: #fff;
      display: block;
      width: 100%;
      height: 20px;
      padding-top: 2px;
}

a.showUserNameMenuErgebnis:hover 
{
      background-color: #4559A7;
      color: #fff;
}