.anylinkcss{
	position:absolute;
	visibility: hidden;
	line-height: 22px;
	z-index: 100;
	background-image: url(../images/submenu.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 250px;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
}

.anylinkcss a{
width: 100%;
display: block;
color: #FFF;
text-indent: 3px;
padding: 1px 0px;
text-decoration: none;
text-indent: 10px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}
}