.anylinkcss {
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font:normal 10px Arial;
line-height: 18px;
z-index: 100;
background-color: #eceaeb;
width: 205px;
}

.anylinkcss a{
color: #6c6c6c;
width: 100%;
display: block;
/*text-indent: 3px;*/
border-bottom: solid #fefefe 1px;
padding: 1px 0;
text-decoration: none;
text-indent: 10px;
}

.anylinkcss a:hover { /*hover background color*/
color: white;
background-color: #6a6d66;
}

