



.anylinkcss{
position: absolute;
z-index: 100;
visibility: hidden;
border:1px solid #828282;
border-bottom-width: 0px;
font:normal 12px arial;
line-height: 24px;
background-color: #202020;
width: 180px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #828282;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: #828282;

}

.anylinkcss a:hover{ /*hover background color*/
background-color: #59BB2C; //#424242;
color: yellow;
font-weight: bold;
}