@charset "windows-1252";

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #d5ae65;
border-bottom-width: 1;
font-family: Times New Roman;
font-size: 12px;
line-height: 13px;
font-variant: normal;
z-index: 100;
background-color: #222E4B;
width: 215px;
}

.anylinkcss a{
font-family: Arial, Helvetica, sans-serif;;
color: white;
width: 100%;
display: block;
border-bottom: 0px;
padding: 0px 0;
text-decoration: none;
font-size: 12px;
font-weight: ;
font-variant: normal;
text-indent: 10px;
text-align: left;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #d5ae65;
color: black;
}

