Ребят, помогите не пойму в чем дело упало верхнее меню, перестало выделятся при наведении
http://s017.radikal.ru/i411/1307/18/9eaa6952f75c.png
Вот css
Код
.hbg {background:url(/img2/hbg1.png) no-repeat 0 0; width:1000px; height:171px; overflow:hidden; margin:2px 0 4px 0;}
.hnav {float:left; height:48px; margin:0 0 0 270px;}
.hnav ul {height:40px; float:left;}
.hnav ul li,
.hnav ul li.first {height:48px; float:left; background:url(/img2/hnav1.png) no-repeat right 0; min-width:4px;}
.hnav ul li a {height:48px; line-height:48px; display:block; overflow:hidden; padding:0 10px; color:#fff; text-decoration:none; margin:10 2px 10 0;}
.hnav ul li a:hover {background:url(/fob.png) repeat-x 0 -48px;}
.hlogo {background:url(/box/logo.png) no-repeat 0 0; width:309px; height:195px; float:left; margin: 7px 0px 0 0;}
.hbanka {float:right; width:468px; height:60px; margin:33px 83px 0 0;}
и html
Код
<div class="hbg">
<div class="hnav">
<ul>
<li><a href="/">Главная страница</a></li>
<li><a href="/load">Файлы</a></li>
</div>
<div class="hbanka"><a title="" target="_blank" href="/"><img src="/box/ban.png" width="468" height="60" /></a></div>
<div class="hlogo"><a href="/"></a></div>
</div>