Currrent:
h3.leftBoxHeading{
color: #323232;
padding: 7px 0 0 15px;
background: url(../images/cat_bg_top.png) no-repeat top left;
width: 205px;
height: 25px;
}
Suggested:
h3.leftBoxHeading{
color: #323232;
padding: 7px 0 0 15px;
background: url(../images/cat_bg_top.png) no-repeat top left;
width: 135px;
height: 25px;
}
You will need to re-crop the BG image too (to 135px)



