.anylinkcss {
position:absolute;
visibility: hidden;
border:0px;
border-bottom-width: 10;
font:normal 12px Verdana;
line-height: 24px;
z-index: 100;
background-image: url('../graphics/hn.jpg');
width: 151px;
margin-top: 1px;
color: #6CA7C2;
padding-right: 0px;
margin-right: 0px;
}

.anylinkcss a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
line-height: 24px;
color: white;
}


.anylinkcss a:active {
  background-image: url(../graphics/hn.jpg);
  color: white;
}
.anylinkcss a:visited {
  background-image: url(../graphics/hn.jpg);
  color: white;
}
.anylinkcss a:link {
  background-image: url(../graphics/hn.jpg);
  color: white;
}

.anylinkcss a:hover {
  background-image: url(../graphics/hnh.jpg);
  color: white;
}


.anylinkcssMain {
	border-right-width: 1px;
	border-right-color: #6CA7C2;
	border-right-style: solid;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 24px;
	z-index: 1;
	display: inline;	
	margin-top: 0px;
	color: #6CA7C2;
	text-align: center;
	padding-right: 10px;
	padding-left: 8px;
}