/* CSS Document */

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #718B50;
border-bottom-width: 0;
font:10pt Times New Roman, Times, serif;
line-height:12pt;
z-index:100;
background-color:#ffffcc;
width:130px;
}

.anylinkcss a{
width:100%;
display:block;
color:#718B50;
text-indent:3px;
border-bottom:1px solid #718B50;
padding:1px 0;
text-decoration: none;
font-weight:normal;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#93B932;
color:#ffffff;
}