1) is the a:focus colour (which uses the first accent colour). You can disable this for all links with body a:focus { background: transparent; }
2) We did adjust the center-aligned menu styling a bit (to correct issues on some browsers). This may have made the elements slightly wider.
Use this styling to reduce the element left/right padding:
body #access a span {
padding-left: 15px;
padding-right: 15px;
}