.anylinkcss{
position:absolute;
visibility: hidden;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
color:#FFFFFF;
line-height: 25px;
z-index: 100;
background-color: #000000;
width: 100px;
letter-spacing: 0.2px;

}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border:2px solid #000000;
padding: 1px ;
text-decoration: none;
font-weight: bold;
color:#000000;
background-color:#FACB6B;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#fcf0c7;
border:2px solid #000000;
color:#000000;
}
