.anylinkcss {
position: absolute;
visibility: hidden;
left: 0!important;
top: 32px!important;
z-index: 2000!important;
border-bottom: 1px solid #fff;
background-color: #7f9aaf;
width: 140px; 
}

.anylinkcss a {
text-align: left!important;
text-indent: 10px;
display: block;
width: 140px!important;
background: #7f9aaf;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
text-decoration: none;
}

.anylinkcss a:hover { /*hover background color*/
background-color: #41637e!important;
color: white;
}

