#menu_top {
   margin: 7px 5px 5px 5px;
   padding: 0;
   position: absolute;
   right: 0;
   top: 0;
}

#menu_top li {
   border-right: 1px solid #77FCFF;
   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: #fff;
   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: #77FCFF;
   text-decoration: none;
}