.anylinkcss{
position:absolute;
visibility: hidden;
border:2px solid #E4E4E4;
font:normal 11px Tahoma;
z-index: 0;
background-color: #E4E4E4;
color:#000000;
width: 150px;
text-decoration: none;
padding:4px;
/* border-bottom-width: 1px solid gray;*/
/* padding-bottom:0px;*/
/*z-index: 100;*/
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid gray;
color:#333333;
text-decoration: none;
font-weight: bold;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #666666;
color: #CCCCCC;
text-decoration: none;
font-weight: bold;
/* background-color: white; */ 
/* color: #474747; */
}
