.anylinkcss{
position:absolute;
visibility: hidden;
border:2px solid #F6E6C9;
border-bottom-width: 3;
font:normal 11px arial;
line-height: 16px;
z-index: 100;
margin-left: -1px;
background-color: #601617;
width: 175;
/*width: 205px;*/
}

.anylinkcss a{
width: 175px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F6E6C9;
padding: 0px 0;
/*padding: 0px 0; */
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #F6E6C9;
background-color: #2D8497;
}

.anylinkcss a:visited{ /*hover background color*/
color: #F6E6C9;
background-color: #2D8497;
font-weight: bold;
text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #F6E6C9;
color: #2D8497;
font-weight: bold;
text-decoration: none;
}