.anylinkcss{
position:absolute;
display: none;
/*visibility: hidden;*/
border:1px solid black;
border-bottom-width: 0;
FONT-SIZE: 7pt;
FONT-FAMILY: 'Arial';
line-height: 17px;
z-index: 100;
background-color: #FFFFFF;
width: 150px;
top: 0; 
left: 0;
}

.anylinkcss a:link{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
FONT-SIZE: 7pt;
FONT-FAMILY: 'Arial';
line-height: 17px;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:visited{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
FONT-SIZE: 7pt;
FONT-FAMILY: 'Arial';
line-height: 17px;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #4bacc6;
color: white;
FONT-SIZE: 7pt;
FONT-FAMILY: 'Arial';
line-height: 17px;
text-decoration: none;
}
