

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #19314A;
}

.anylinkcss a{
font-size:11px;
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color:white;
font-weight:500;
text-align:left;

}

.anylinkcss a:hover{ /*hover background color*/
background-color: #2D567F;
color: white;
/*position:relative;
left:-20px;*/ 

}



