.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
font-size: 10px;
background-color: #767b21;
width: 150px;
}

.anylinkcss a{
width: 100%;
color:#faffbd;
display: block;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;

}

.anylinkcss a:hover{ /*hover background color*/
background-color: #CCCDCA;
color: white;
}
