.anylinkcss {
position:absolute;
visibility: hidden;
line-height: 160%;
z-index: 100;
background-color: #333333;
width: 157px;
list-style: none;
padding:5px 0 0 0; margin:0;
}

.anylinkcss li a{
width: 100%;
display: block;
text-align: center;
text-decoration: none;
list-style: none;
padding:4px 0 4px 0; margin:0;
color: white;
}

.anylinkcss li a:hover{
	background-color: #f15d5e;
	color: white;
}
