.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font-family: Tahoma;
font-size: 12;
line-height: 24px;
z-index: 100;
background-color: #F6DCCF;
width: 150px;
}

.anylinkcss a{
color: black;
width: 100%;
height: 24px;
display: block;
border-bottom: 1px solid gray;
padding: 1px 0;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #EDEDED;
color: black;
}

