.anylinkcss {
position:absolute;
visibility: hidden;
line-height: 130%;
z-index: 100;
list-style: none;
padding:0; margin: 0;
background-color: #ee7d0c;
width: 120px;
left:0;
top:0;
}

#products-menu  {width: 185px;}
#products-menu  li a{width: 170px;}


.anylinkcss li a{
font-size: .80em;
width: 100%;
display: block;
text-align: left;
text-decoration: none;
list-style: none;
padding:5px 0;
color: #fff;
border-bottom: 1px dotted #fff;
padding:5px 7px;
width: 106px;
}

.anylinkcss li a:hover{ 

color: #ffa700;
background-color: #b15d08;
padding:5px 7px;
width: 106px;

}



