.anylinkcss{
position:absolute;
visibility: hidden;
border:0.5px dashed #CCCCCC;
border-bottom-width: 0;
font:normal 9px Verdana;
line-height: 12px;
z-index: 100;
background-color: #;
width: 160px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dashed #CCCCCC;
border-left: 1px dashed #CCCCCC;
border-right: 1px dashed #CCCCCC;
padding: 1px 0;
text-decoration: none;
font-weight: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #EEEEEE;

}
}