.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	z-index: 100;
	background-color: #A0313e;
	width: 150px;
	padding: 0px;
	height: 0;
	top: 0;
	left: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}

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

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




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