.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #000000;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
color: #000000;
background-color:#b8b5a4;
width:190px;
}

.anylinkcss a{
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #000000;
text-transform:none !important;
}

.anylinkcss a:hover{
	/*hover background color*/
	color: #D3D9D0;
	background-color:#3e2f1c;
}