.anylinkcss{
font:bold 10px Verdana;
position:absolute;
visibility: hidden;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
line-height: 18px;
z-index: 100;
background-color: white;
width: 265px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #666666;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #f0f0f0;

}

.painsbox{
border: 1px solid #BBB; /*THEME CHANGE HERE*/
font:normal 10px Verdana;
z-index: 100;
background-color: white;
width: 260px;
height:18px;

}

.painsbox a{


text-indent: 3px;

padding: 5px 0px;
text-decoration: none;
font-weight: bold;
font-size: 10px;
line-height: 18px;
color: #666666;
}