.anylinkcss{
position: absolute;
visibility: hidden;
border-bottom-width: 0;
font-family: Lucida Sans Unicode;
font-size: 11px;
line-height: 18px;
z-index: 100;
background-color: #6795c6;
color: white;
width: 180px;
margin-left: -3px;
margin-top: 0px;
text-transform:uppercase;
}

.anylinkcss a{
color: white;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px white solid;
/*padding: 5px 0 0 10px;*/
text-decoration: none;
text-indent: 5px;
text-transform:uppercase;
line-height: 18px;
padding-top: 4px;
padding-bottom: 4px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #006cb3;
color: #fff;
/*width: 94%;*/
}