.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 23px;
z-index: 100;
width: 200px;
display: block;
background-color: #F09D00;
}

.anylinkcss a{
color: #3A3A3A;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 0 0 0 10px;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
/*background:url(../images/pfeil_nach_rechts_s.gif) center left no-repeat;*/
}

.anylinkcss a:hover{ /*hover background color*/
color: #000;
/*background:url(../images/pfeil_nach_rechts_w.gif) center left no-repeat;*/
background-color: #F8C553;
}

.anylinkhead{
display: block;
font: bold 12px Arial;
text-align: center;
width: 150px;
margin: 0px; 
padding: 3px;
border: 0px solid #000;
color: #3A3A3A;
background:url(../images/pfeil_nach_unten.gif) bottom right  no-repeat;
text-decoration: none;
border-top: 1px solid #F09D00;
border-left: 1px solid #F09D00;
border-right: 1px solid #F09D00;
}

.anylinkhead:hover{
color: #fff;
text-decoration: none;
background:url(../images/pfeil_nach_unten_w.gif) bottom right no-repeat;
}

