.anylinkcss{
margin-top: 10px;
position:absolute;
visibility: hidden;
border: 1px solid #6b6869;
border-bottom-width: 0;
z-index: 100;
background-color: #000;
width: 174px;
	color: #fffeff;
	font: normal 11px/18px Georgia, "Times New Roman", Times, serif;
}

.anylinkcss a{
padding-left: 0;
padding-bottom: 1px;
padding-right: 0;
padding-top: 1px;
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
	border-bottom: 1px solid #6b6a67;
	color: #fffeff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.anylinkcss a:hover{ /*hover background color*/
color: #fdc401;                           
background-color: #000;
}
}