.anylinkcss {
  position: absolute;
  left: 10px;
  top: 10px;
  visibility: hidden;
  border: 5px solid #e0cb9b;
  font:normal 12px Verdana;
  line-height: 20px;
  z-index: 100;
  background-color: #e9fecb;
  width: 160px;
}

.anylinkcss a {
  width: 100%;
  display: block;
  text-indent: 3px;
  color: #7c6240;
  border-bottom: 0px solid #eda;
  padding: 1px 0;
  text-decoration: none;
  font-weight: normal;
  text-indent: 6px;
}

.anylinkcss a:hover { /*hover background color*/
  background-color: #f1f0f4;
  color: #374b5f;
}

