#menu_topstart {
   position: absolute;
   font-size: 100%;
   margin: 0;
   padding: 0;
   right: 126px;
   bottom: 29px;
}

#menu_topstart li {
   border-right: 1px solid #006AB3;
   display: block;
   float: left;
   margin: 0 0 0 5px;
   padding: 0 5px 0 0;
}

#menu_topstart li.lastLi {
   border-right: 1px solid #006AB3;;
}

#menu_topstart a,
#menu_topstart a:link,
#menu_topstart a:visited {
   background-color: transparent;
   color: #006AB3;
   display: block;
   font-weight: normal;
   margin: 0;
   padding: 0;
   text-decoration: none;
}

#menu_topstart a:focus,
#menu_topstart a:hover,
#menu_topstart a:active {
   color: #006AB3;
   text-decoration: underline;
}
