.anylinkcss{
color: #000;

position:absolute;
visibility: hidden;
border: 1px solid #666666;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #272727;
width: 165px;
margin-left: 0px;
margin-top: 0px;
}

.anylinkcss a {
font: 14px Helvetica, Arial;
color: white;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666666;
padding: 5px 5px;
text-decoration: none;
font-weight: normal;
}

.anylinkcss a:hover { 
background-color: #b6000c;
color: white;
}

