.anylinkcss{
border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; border-bottom:0px solid black; position:absolute;
visibility: hidden;
line-height: 18px;
z-index: 100;
width: 150px; font-style:normal; font-variant:normal; font-weight:normal; font-size:x-small; 
background : #D6CCAD;
}

.anylinkcss a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7F6740;

	text-decoration : none;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
text-indent: 5px;
	

}

.anylinkcss a:hover{ /*hover background color*/
  color : #D6CCAD;
  background : #7F6740;
}