#menu_top {
   margin: 7px 5px 5px 5px;
   padding: 0;
   position: absolute;
   right: 5px;
   bottom: 35px;
   z-index: 20;
}

#menu_top li {
   border-right: 1px solid #AD1543;
   display: block;
   float: left;
   margin: 0 0 0 5px;
   padding: 0 5px 0 0;
}

#menu_top li.lastLi {
   border-right: 0 none;
}

#menu_top a,
#menu_top a:link,
#menu_top a:visited {
   background-color: transparent;
   color: #AD1543;
   display: block;
   font-weight: normal;
   margin: 0;
   padding: 0;
   text-decoration: none;
}

#menu_top a:focus,
#menu_top a:hover,
#menu_top a:active {
   color: #AD1543;
   text-decoration: none;
}
