/* CSS Document */
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #D5D5D5;
border-width: 0 1px;
font:normal 12px Verdana;
line-height: 20px;
z-index: 100;
background-color: white;
width: 180px;
top: -500px;
}

.anylinkcss a{
width: 100%;
color: black;
display: block;
text-indent: 3px;
border-bottom: 1px solid #D5D5D5;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #EEEEEE;
color: #222a60;
font-weight:bold;

}


