The AddThis css file has a bad selector---
#at3wintoolbox a:hover, a:focus{
background-color:#3DADFC;
....
}
Which causes all the links on my site (and anyone else's) to use the AddThis background-color on focus. That second selector above (a:focus) should be prefixed by "#at3wintoolbox" just like the a:hover selector. This is in the widget088.css file.
This question is closed to new answers.