﻿.anylinkcss{
position:absolute;
visibility: hidden;
border:none;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #F2F2F2;
width: auto;
padding: 0px 5px 5px 0px
}

.anylinkcss a{
width: 100%;
font-weight: bold;
font-size: 10px;
text-decoration: none;
color:black;
display: block;
text-indent: 5px;
border-bottom: none;
padding: 1px 0;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: gray;
color: white;
}