.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:0px solid white;
	border-bottom-width: 0;
	line-height: 30px;
	z-index: 10000;
	background-image:url(../img/menu.png);
	width: 180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.anylinkcss a{
color: white;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid white;
padding: 0px 0px 0px 0px;
text-decoration: none;
font-weight: normal;

}

.anylinkcss a:hover{ /*hover background color*/
background-image:url(../img/menu2.png);
color: black;
}
