.anylinkcss{
	position:absolute;
	border:1px solid white;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 500;
	filter:alpha(opacity=90);
	background-image: url(Template_Images/Background.jpg);
	background-repeat: repeat;

-moz-opacity:.90;
opacity:.90;

	width: 165px;
	left: 300px;
	color: #01415b;
	visibility: hidden;





}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #E74935;
color: #FFFFFF;
}
