Chromeでテストしています。私のボタンはズームなしで見栄えがします。
<li class="active" id="site_content">
<a href="#" id="site_content_link">Edit Content</a>
</li>
拡大・縮小するとこんな感じ
CSSは次のとおりです。
.sub_nav ul li.active, .sub_nav ul li:hover {
background: url("/assets/sub_nav_right.png") no-repeat scroll right 0;
padding: 0 11px 0 0;
.sub_nav ul li {
display: block;
float: left;
line-height: 16px;
margin: 0 0 0 28px;
}
.sub_nav ul li.active a, .sub_nav ul li:hover a {
background: url("/assets/sub_nav_left.png") no-repeat;
color: #FFFFFF;
display: block;
padding: 5px 0 5px 11px;
text-shadow: none;
}
.sub_nav ul li a {
font-family: arial;
font-weight: bold;
line-height: 16px;
}
ここで jsfiddle を作成しました: http://jsfiddle.net/BdGA4/