.anylinkcss{
position:absolute;
visibility: hidden;
/*border:1px solid #ffffcc;*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height: 18px;
top:30px;
z-index: 100;
background-color: #990000;
width: 140px;
}

.anylinkcss a{
color: #ffffcc;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffcc;
padding: 1px 0;
text-decoration: none;
font-weight: 300;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #cc6633;
color: #ffffcc;
}