/**
 * Note: multiple onMouseOver for drop down menu. Image mouse overs can be applied to the image.
 * the drop down onMouseOver can be applied to the link.
 */
.anylinkcss{
   position:absolute;
   visibility: hidden;
   margin-top: 5px;
   font:normal 10px Verdana;
   line-height: 18px;
   z-index: 100;
   width: 150px;
   margin-left: -10px;
}

.anylinkcss a,
.anylinkcss a:visited {
   color: #ffffff;
   width: 100%;
   display: block;
   padding: 1px 0 0 0;
   border-top: 1px solid #FFFFFF;
   text-decoration: none;
   text-indent: 10px;
   background-color: #00B1AB;
  font-size: 12px;
}

.anylinkcss a:hover{
   color: #444444;
   text-decoration: none;
}
#retailSubMenu {
   width: 150px;
   text-align: left;
}

.borderBottom {
    border-bottom: 1px inset #ACACAE;
}

.borderTop {
    border-top: 1px solid #ffffff;
}
