td.header_link {
	padding-left: 3px;
	padding-right: 7px;
	background-image: url(/images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.header_link a {
	display: block;
	line-height:25px;
}
.anylinkcss {
	padding-top: 2px;
	position: absolute;
	visibility: hidden;
	width: 130px;
	z-index:999;
}
.anylinkcss a {
	color: white;
	text-transform:uppercase;
	text-align:left;
	background-color: #111111;
	font-size: 10px;
	line-height: 22px;
	width: 100%;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #222222;
	border-right: 1px solid #000000;
}
.anylinkcss a:hover {
	text-decoration: none;
	background-color: #1a1a1a;
}