@charset "utf-8";
/* CSS Document */

.anylinkcss{
position:absolute;
visibility: hidden;

border-bottom-width: 0;
font-family: Arial;
font-size:12px;
line-height: 22px;
z-index: 100;
background-color: #5e061a;
width: 150px;
}

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

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

