.anylinkcss{
position:absolute;
visibility: hidden;
/*border:1px solid black;*/
border-bottom-width: 0;
font-family: Arial, sans-serif;
font-size:10px;
color:#2C2F32;
text-transform:none;
font-weight:normal;
text-decoration:none;
line-height: 36px;
z-index: 100;
background-color: #333333;
width: 205px;
margin-top:10px;
text-align:center;
}

.anylinkcss a {
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 2px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 0px;
color:white;
line-height:24px;
font-size:11px;
text-transform: uppercase;
}

.anylinkcss a:hover { /*hover background color*/
background-color: #8C8C8C;
color: white;
}
