.anylinkcss{/*background color not hover here*/
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px arial;
line-height: 18px;
z-index: 100;
background-color: #808080;
width: 200px;
}

.anylinkcss a{/*text color not hover here under "color=#ffffff"*/
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
FONT-FAMILY: arial,geneva,helvetica,verdana,sans-serif; 
FONT-SIZE: 12px; 
FONT-WEIGHT: none;
TEXT-DECORATION: none;
LINE-HEIGHT: 100%; 
COLOR: #ffffff;
}
 

.anylinkcss a:hover{/*text color hover here under "color=#ffffff"*/
background-color: #C0C0C0;
COLOR: #ffffff;
}
}