.anylinkcss {
font: 12px/18px Verdana;
visibility: hidden;
position: absolute;
z-index: 100;
filter:alpha(opacity=90);
-moz-opacity:0.90;
opacity:0.90;
width: 160px }

.anylinkcss a {
color: #fff;
font-weight: bold;
text-decoration: none;
background-color: #007b42;
text-indent: 5px;
display: block;
padding: 1px 0;
width: 100%;
border: solid 1px black }

.anylinkcss a:hover {
color: white;
background-color: #004424 }

.anylinkcss visited {
color: #fff;
font-weight: bold;
text-decoration: none;
background-color: #007b42;
text-indent: 5px;
display: block;
padding: 1px 0;
width: 100%;
border-bottom: 1px solid black }

