.WhiteLink
{
color:#FFFFFF;
text-decoration:none;
}
.BlackLink
{
color:#000000;
}
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 14px;
	z-index: 100;
	background-color: #8D8D8D;
	width: 205px;
	margin-left:145px;
	margin-top:-14px;
	text-transform: capitalize;
}

.anylinkcss a{
background-image: url(../images/layout/WhiteArrow.gif);
background-repeat: no-repeat;
background-position: right center;
color: #FFFFFF;
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #E9621D;
color: white;
}


