вопрос
CSS
Main
navigation.tpl
Сайт
http://death-wing.ru/index.php?do=static&page=glavnaya
/* --- Toolbar --- */
#toolbar {height: 53px;background: url(../images/toolbar_bg.png) 0 0 no-repeat;}
#toolbar ul ul.navigation > li {float: left;}
#toolbar ul li.navigation > li > a {
display: block;
padding: 0 10px;
font: normal 16px/51px 'Orbitron';
color: #555;
text-decoration: none;
}
#toolbar ul.navigation > li > a:hover {background: url(../images/navigation_hov.png) 0 100% repeat-x;color: #fff;}
#toolbar ul.navigation > li.current > a {background: url(../images/colors/yl-nav.png) 0 100% repeat-x;color: #fff;}
#toolbar .search_box {width: 192px;padding: 11px 18px 0 0;}
#toolbar .search_box input.search_inp {
width: 140px;
height: 27px;
padding: 0 10px;
font: bold 12px/27px 'Arial';
color: #555;
}
#toolbar .search_box input.search_sbm {width: 27px;height: 27px;background: url(../images/colors/yl-sch.png) 50% 3px no-repeat;cursor: pointer;}
#toolbar .search_box input.search_sbm:hover {
opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);
}
Main
<div id="toolbar">
<ul class="navigation fl_l">{include file="000_navigation.tpl"}</ul>
<div class="search_box fl_r">
<form action="" name="searchform" method="post">
<input type="hidden" name="do" value="search" />
<input type="hidden" name="subaction" value="search" />
<input type="text" name="story" class="search_inp fl_l" value="Поиск по сайту..." />
<input type="submit" class="search_sbm fl_l" value="" />
<div class="clr"></div>
</form>
</div>
navigation.tpl
<li class="current"><a href="http://death-wing.esy.es.fozzyhost.com/index.php?do=static&page=glavnaya">Главная</a></li>
<li><a href="http://death-wing.esy.es.fozzyhost.com/index.php">Новости</a></li>
<li><a href="http://death-wing.ru/forum/">Форум</a></li>
<li><a href="http://death-wing.esy.es.fozzyhost.com/index.php?do=static&page=kodeks">Кодекс</a></li>
<li><a href="http://death-wing.esy.es.fozzyhost.com/index.php?do=static&page=o-gildii">О гильдии</a></li>
<li><a href="http://death-wing.ru/forum/?do=board&op=forum&id=7"><font color="#3333cc">Заявка</font></a></li>
<li><a href="http://aa.mail.ru/guild/view/4968"><font color="#ff0000">Гильдия</font></a></li>
<li><a href="http://aa.mail.ru/forums/showthread.php?t=41220"><font color="#00cc00">Рекрутинг</font></a></li>
<li><a href="#">Фото</a></li>
Сайт
http://death-wing.ru/index.php?do=static&page=glavnaya