.anylinkcss{
position:absolute;
visibility: hidden;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: black;
width: 350px;
}

.anylinkcss a{
	color: #ACC6D1;
	width: 250px;
	display: block;
	text-indent: 20px;
	border-bottom: 1px solid white;
	padding: 8px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 20px;
	background-color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-attachment: scroll;
	background-image: url(../Images/nav_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.anylinkcss a:hover{ /*hover background color*/
	background-attachment: scroll;
	background-image: url(../Images/nav_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #545454;
	color: #fff;
}
