.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 24px;
height:22px;
z-index: 100;
background-color: #FDF6EC;
width: 200px;
}


.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid gray;
padding-top: 0;
padding-left: 5px;
text-decoration: none;
font-weight: bold;
 background-image: url(i-images/NTDataBG-off.jpg);



}
/* background-image: url(i-images/NTDataBG.jpg);
	background-repeat: repeat-x;*/
.anylinkcss a:hover{ /*hover background color*/
 background-image: url(i-images/OnButtonLeft.jpg);
	background-repeat: repeat-x;
color: black;
}