
/* only influences layout within drop-down box.
 To change position of drop-down box, edit anylink.js */

.anylinkcss{
position:absolute; /* if missing, space for possible text below 
/* however side effects with positioning in parent <div>'s 
 -> use only outside! */

visibility: hidden;
border:0px solid black;
border-bottom-width: 0;
color: #102850;
width: 150px;
line-height: 18px;
z-index: 100;


}

.anylinkcss a{
color: #102850;
width: 100%;
display: block;
text-indent: 3px;
background-color: #EEEEFF;

border-bottom: 1px solid #888;
border-right: 1px solid #888;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #98AAB8;
color: white;
text-decoration: underline;
}
}