.news .category
background: #fd5559;
<div class="category">{link-category}</div>
.news .category {
float: left;
background: #fd5559;
min-width: 37px;
height: 32px;
padding: 0 10px 0 10px;
line-height: 30px;
margin-left: 0px;
width: 67px;
text-align: center;
<ul class="topmenu" id="topmenu">
<li>
<a href="/" title=" Главная"><img src="{THEME}/images/logo.png" width="230" height="45" /></a>
<a href="news" title="TEST"><b>НОВОСТИ</b></a>
<a href="internet" title="Internet"><b>ИНТЕРНЕТ</b></a>
<a href="science" title="Наука"><b>НАУКА</b></a>
</ul>
<div class="category">{link-category}</div>
с CSS : .news .category {
float: left;
background: #fd5559;
min-width: 37px;
height: 32px;
padding: 0 10px 0 10px;
line-height: 30px;
margin-left: 0px;
width: 67px;
text-align: center;