.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height: 25px;
	z-index: 100;
	background-color: #FFFFFF;
	width: 110px;
	background-image: url(../images/dropdown-bg.jpg);
	background-repeat: repeat-x;
	margin-top:5px;
}

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

.anylinkcss a:hover{ /*hover background color*/
background-color: #002157;
color: #73d3fa;
}