#menu_topstart {
   font-size: 86%;
   margin: 14px 5px 5px 5px;
   padding: 0;
   position: absolute;
   right: 0;
   top: 0;
}

#menu_topstart li {
   border-right: 1px solid #71BF45;
   display: block;
   float: left;
   margin: 0 0 0 5px;
   padding: 0 5px 0 0;
}

#menu_topstart li.lastLi {
   border-right: 0 none;
}

#menu_topstart a,
#menu_topstart a:link,
#menu_topstart a:visited {
   background-color: transparent;
   color: #71BF45;
   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: #71BF45;
   text-decoration: underline;
}
