/* CSS Document */
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #6F2C2C;
	margin-left:-5px;
	margin-top:5px;
	border-bottom-width: 0;
	font-family:tahoma;
	font-size:13px;
	line-height: 30px;
	z-index: 200;
	background-color:#CDBA82;
	color:#ffffff;
	left: 80px;
	top: -100px;
	width:200px;
	margin-left:180px;
	margin-top:-30px;
font-weight:bold;
}

.anylinkcss a{
width:200px;
display: block;
border-bottom: 1px solid #6F2C2C;
padding: 1px 0px 0px 0px;
text-decoration: none;
text-indent: 5px;
color:#ffffff;
font-family: tahoma;
font-size:13px;
font-weight:bold;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#FEEFCB;
color:#000000;
font-family: tahoma;
font-size:13px;
font-weight:bold;
}
