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

.anylinkcss ul {
  list-style-type: none;
}

.anylinkcss a
{
  width: 100%;
  display: block;
  padding: 1px 0;
  text-decoration: none;
  text-indent: 5px;
  color: #01b4f1;
  border-bottom: solid #ececec 1px;
  font-weight: bold; 
}

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

}
