/* CSS Document */
.anylinkcss{
position:absolute;
border:1px solid #B35003;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background: #f98c65 url(/img/menu/fnd_sm.gif) repeat-y top right;
width: 150px;
}

.anylinkcss a, .anylinkcss form{
width: 100%;
display: block;
border-bottom: 1px solid #B35003;
padding: 1px 0;
text-decoration: none;
color:#fff;
}

.anylinkcss a:hover{ /*hover background color*/
background: #f98c65;
color:#fff;
}

