.anylinkcss{
position: absolute;
visibility: hidden;
font:normal 10px Arial Narrow;
line-height: 18px;
background-color: #CCFF99;
width: 150px;
z-index: 100px;
padding: 0 2px 0 0px ;
margin-left: 0px;
border: 1px solid gray;
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px solid gray;
border-top: 0px solid gray;
border-right: 0px solid gray;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
}

.anylinkcss a:hover{ /*hover background color*/
text-decoration: none; 
border-top: 1px solid gray;
border-bottom: 1px solid gray;
background-color: #CCCCCC;
}
