.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: 20px;
	z-index: 100;
	background-color: #EBEBEB;
	width: auto;

}

.anylinkcss a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 1px solid white;
padding: 1px 0;
color:#7A7A7A;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
	padding-right: 10px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #EBEBEB;
color: #388CD2;
}
#chatIcon {
width:128px;
height:25px;
float:left;
background-color:#1ea8f0;
margin-top:6px;
margin-left:-20px;

}


