.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
font:normal 11px;
line-height: 18px;
z-index: 100;
background-color: white;

}
.anylinkcss a{
color: black;
display: block;
border-bottom: 1px solid gray;
padding: 1px 8px 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 8px;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: #edeff8;
color: black;
}
.arrows {font-size:15px; font-weight:bold}
