
.anylinkcss	{ position: absolute;
		  visibility: hidden;
		  border: 1px solid #666666;
		  background-image: url(images/BG_anylink.gif);
		  background-position: bottom left;
		  background-repeat: repeat-x;
		  background-color: #3C3C3C;
		  margin-top: 8px;
		  margin-left: 0px;
		  padding:15px;
		  z-index: 100;
		  width: 120px;
		  }

.anylinkcss a	{ width: 100%;
		  border-bottom: 1px dotted transparent;
		  margin-bottom:6px;
		  padding: 2px;
		  letter-spacing:2px;
		  line-height: 26px;
		  font-family: calibri, arial, verdana, tahoma;
		  font-size: 10pt;
		  font-weight: bold;
		  text-decoration: none;
		  text-align: left;
		  color: #CCCCCC;
		  }

.anylinkcss a:hover{ color: #FFFFFF;
		     border-bottom: 1px dotted #FFFFFF;
		     }
