.anylinkcss{
position:absolute;
visibility: hidden;
border:0px;
border-bottom-width: 0;
font:normal 14px Arial;
line-height: 24px;
z-index: 100;
background-color: #FFFFFF; 
width: 235px;
	background-image: url(images/sidebar.png);
	background-repeat: repeat;
	background-position: top;
}
.anylinkcss a:link {
color: black;
width: 100%;
display: block;
border-bottom: 0px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
/*
text-indent: 3px;
text-indent: 0px; */
}

.anylinkcss a:visited {
	color: black;
}
.anylinkcss a:hover {
	color: black;
}
.anylinkcss a:active {
	color: black;
}
.anylinkcss a:hover{ /*hover background color*/
/* background-color:#66CC66;  */
color: black;
}
