.anylinkcss {
position:absolute;
visibility: hidden;
border:1px solid #FFFFFF;
border-bottom-width: 0;
font:normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
background-color:#336600;
width: 160px;
}

.anylinkcss a {
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px dotted #FFFFFF;
padding: 1px 0;
text-decoration: none;
color:#FFFFFF;
text-transform:uppercase;
font-weight:bold;
}

.anylinkcss a:hover { /*hover background color*/
background-color:#003300;
color:#00FF99;
}
