.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid white;
	font:normal 9px Verdana;
	line-height: 16px;
	background-color: white;
	padding: 2px 6px 2px 2px;
	width: 187px;
}

.anylinkcss a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-align: left;
	padding: 2px 2px 2px 6px;
	width: 183px;
	background-color: #CCCCCC;
	border-bottom: 1px dotted white;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #1C8BD1;
	color: white;
	width: 183px;
	padding: 2px 2px 2px 6px;
}

a.main:link, a.main:active, a.main:visited {
	color: black;
	background-color: #666666;
}

a.main:hover{ /*hover background color*/
	background-color: #666666;
	color: white;
	cursor: default;
}
