.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #fff;
border-bottom-width: 0;
z-index: 100;
background-color: #075507;
color: #000;
width: 200px;
font:bold 12px arial,verdana,helvetica,sans-serif;
margin-top: 1px;
margin-left: 0;
height:24px; line-height:24px;
}

.anylinkcss a:link, .anylinkcss a:visited 
{
display: block;
border-bottom: 1px solid #fff;
text-decoration: none;
background-color: #075507;
color: #fff;
width: 200px;
text-align:left;
height:24px; line-height:24px;
padding:0 5px 0 5px;
}

.anylinkcss a:hover, .anylinkcss a:active
{
/*hover background color*/
background-color: #393;
color: #fff;
width: 200px;
text-align:left;
height:24px; line-height:24px;
padding:0 5px 0 5px;
}



.hide
{
visibility: hidden;
}