.anylinkcss {
position: absolute;
width: 205px;
border:1px solid #444;

font:normal 12px Verdana;
/*line-height: 18px;*/
z-index: 10000;
background-color: #eee;
filter:		progid:DXImageTransform.Microsoft.Shadow(color="#999999", Direction=135, Strength=3);

}

.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;
line-height: 18px;
}

.anylinkcss a:hover { /*hover background color*/
background-color: #ffd;
/*color: white;*/
}
