.anylinkcss{
  position:absolute;
  visibility: hidden;
  text-align: left;
  font:normal 11px Arial;
  line-height: 18px;
  z-index: 100;
  background-color: #8ad280;
  width: 200px;
}

.anylinkcss a{
  width: 100%;
  display: block;
  text-indent: 10px;
  padding: 5px 0;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
  color: #ececec;
}
