The only space you can regain is the left and right padding , but you also need to reduce the letter spacing a bit. the modified rule below works for the first item, but of course not the second one as there are less characters.
.smitem1 a:hover {font-size:100%;font-weight:bold;letter spacing:0.8px;padding-left:0;padding-right:0;}
To compensate on the last item, you can add some padding back with the rule below
#menu-item-2284 a:hover {padding-left:8px;}