.anylinkcss{
position:absolute;
visibility: hidden;
line-height: 10px;
background-color:#62b5db;
width: 100px;
padding-bottom:0px;
margin-bottom:0px;
font-size:10px;
}

.anylinkcss a{

text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
border-bottom:1px solid #0f6c96;
background-color:#309dcf;
text-align:left;
cursor: pointer;
cursor: hand;
padding-bottom:0px;
}

.anylinkcss a:hover{ /*hover background color*/
/*background-color: black;
color: white;*/

text-decoration:underline;
color:#000000;
background-color:#9cd0e8;
/*background:#7b7b3f;*/
text-align:left;
cursor: pointer;
cursor: hand;
}

