.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	z-index: 100;
	background-color: #B9B695;
	width: 150px;
	margin: 10px 0px 0px -5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	left: 600;
	top: 300;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	text-align: left;
	color: #000000;
}

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




.directory a:hover {
	background-color: #993300;
	color: #330099;
	height: 25px;
	width: 25px;
}

