The button still has a faint border which is more noticeable when you click it.
Try adding "box-shadow: none;" to the ".sourcecoast .scuser-menu .btn" style set
Also, the button takes up more vertical space than I would like.
Then tinker around with padding, instead of padding-top: 5px, change to something like "padding: 0px 22px 0 22px;" and then work your way from there.