.anylinkcss
{
    position: absolute;
    visibility: hidden;
    border: 1px solid gray;
    font: normal 12px Verdana;
    line-height: 18px;
    z-index: 100;
    background-color: white;
    width: 130px;
}

.anylinkcss a
{
    font-family: arial;
    font-size: 12px;
    color: #02093C;
    font-weight: normal;
    line-height: 19px;
    border-top: solid;
    border-width: 1px;
    border-color: #FFFEF3;
    background-color: #C9839B;
    width: 100%;
    display: block;
    text-indent: 3px;
    text-decoration: none;
}

.anylinkcss a:hover
{
    /*hover background color*/
    background-color: #F8FBBD;
    color: black;
}
ul.navlist
{
      margin-top: 0px;    /* gets rid of space at the top */
  margin: 0px;  /* gets rid of extra space to the left  (IE) */
  padding: 0px;  /* gets rid of extra space to the left  (Firefox) */
  margin-bottom: 0px; /* gets rid of space at the bottom */
  display:block;
}
.navlist li
{
 z-index: 100;
    font-family: arial;
    font-size: 12px;
    color: White;
    font-weight: normal;
    line-height: 19px;
    border-top: solid;
    border-width: 1px;
    border-color: #FFFEF3;
    background-color: #B14E75;
    text-align: right;
   
    width: 130px;
    color: White;
    font-weight: bold;
    
}
.navlist a
{
    width: 100%;
    display: block;
    color: White;
}
.navlist a:visited
{
    width: 100%;
    display: block;
    color: White;
}
.navlist a:hover
{
    width: 100%;
    display: block;
    color: White;
    background-color: #954e75;
}
