.anylinkcss 
{
  position:absolute;
  visibility: hidden;
  border: solid #ffffff 1px;
  border-top-width: 0;
  font-size: 10px;
  line-height: 18px;
  z-index: 100;
  background-color: #fbfcfc; 
  width: 225px;
  text-align: left;
}

.anylinkcss ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.anylinkcss a
{
  font-family: Georgia, Times, serif;
  padding-left: 0;
  margin-left: 0;
  color: #656565;
  display: block;
  padding: 6px;
  padding-left: 13px;
  text-decoration: none;
  border-bottom: solid white 1px;
  font-size: 11px;
}

.anylinkcss a:hover 
{ /*hover background color*/
  color: white;
  background-color: #eed118;
  text-decoration: none;
}
