/* CSS Document */
.anylinkcss{
position:absolute;
visibility: hidden;
margin-top: 6px;
border:1px solid #cabba5;
border-bottom-width: 0;
FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #3642b4;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
background-color: #fef1f1;
/*width: 250px;*/
text-align: left;
}

.anylinkcss a {

padding: 3px 0px 3px 0px;
width: 100%;
display: block;
border-bottom: 1px solid #cabba5;
border-right: 0px;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #cddeef;
/*background-color: #3642b4;
color: white;*/
}
.anylinkcss a:visited {
color:#0072bc;
}





