.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #FFFFFF;
	width: 250px;
	font-family: verdana;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	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: #bbb;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	border-left-color: #bbb;
	filter: Shadow(color=#CACACA,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
}

.anylinkcss a{
	color: black;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	text-indent: 5px;
	height: 24px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	line-height: 18px;
	font-weight: bold;
}

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