http://s1.uploads.ru/i/zNT1Y.png

HTML низ:

Код:
<script>
<!--
indexof="<img src='ссылка на картинку' />"
str = document.getElementById("navindex").innerHTML
pos = str.indexOf("Форум")
document.getElementById("navindex").innerHTML=str.substring(0,pos)+indexof+str.substring(pos+5,str.length-1)
--></script>
<script>
<!--
userof="<img src='ссылка на картинку' />"
str = document.getElementById("navuserlist").innerHTML
if( (pos=str.indexOf("Участники")) != -1 )
document.getElementById("navuserlist").innerHTML=str.substring(0,pos)+userof+str.substring(pos+9,str.length-1)
--></script>
<script>
<!--
findof="<img src='ссылка на картинку' />"
str = document.getElementById("navsearch").innerHTML
pos = str.indexOf("Поиск")
document.getElementById("navsearch").innerHTML=str.substring(0,pos)+findof+str.substring(pos+5,str.length-1)
--></script>
<script>
<!--
faseof="<img src='ссылка на картинку' />"
str = document.getElementById("navprofile").innerHTML
pos = str.indexOf("Профиль")
document.getElementById
("navprofile").innerHTML=str.substring(0,pos)+faseof
+str.substring(pos+14,str.length-1)
-->
</script>
<script>
<!--
pismaof="<img src='ссылка на картинку' />"
str = document.getElementById("navpm").innerHTML
pos = str.indexOf("Сообщения")
document.getElementById("navpm").innerHTML=str.substring
(0,pos)+pismaof+str.substring(pos+9,str.length-1)
-->
</script>
<script>
<!--
godof="<img src='ссылка на картинку' />"
str = document.getElementById("navadmin").innerHTML
pos = str.indexOf("Администрирование")
document.getElementById("navadmin").innerHTML=str.substring
(0,pos)+godof+str.substring(pos+17,str.length-1)
-->
</script>
<script>
<!--
valiof="<img src='ссылка на картинку' />"
str = document.getElementById("navlogout").innerHTML
pos = str.indexOf("Выход")
document.getElementById("navlogout").innerHTML=str.substring
(0,pos)+valiof+str.substring(pos+5,str.length-1)
-->
</script>
<script>
<!--
vxodiof="<img src='ссылка на картинку' />"
str = document.getElementById("navlogin").innerHTML
pos = str.indexOf("Войти")
document.getElementById("navlogin").innerHTML=str.substring
(0,pos)+vxodiof+str.substring(pos+5,str.length-1)
-->
</script>
<script>
<!--
regof="<img src='ссылка на картинку' />"
str = document.getElementById("navregister").innerHTML
pos = str.indexOf("Регистрация")
document.getElementById
("navregister").innerHTML=str.substring(0,pos)+regof
+str.substring(pos+18,str.length-1)
-->
</script>

css

Код:
#navindex a {
  
   display: inline-block;
left: 93px;
position: absolute;
top: 10px;
z-index: 1000;
}
#navuserlist a {
  
   display: inline-block;
   z-index: 1000;
left: 165px;
position: absolute;
top: -2px;
}

#navsearch a {
 
   display: inline-block;
   z-index: 1000;
left: 234px;
position: absolute;
top: -16px;
}

#navprofile a {
  
   display: inline-block;
   z-index: 1000;
left: 309px;
position: absolute;
top: -24px;
}

#navpm a {
 
   display: inline-block;
   z-index: 1000;
left: 124px;
position: absolute;
top: 45px;
}

#navadmin  a {
  
   display: inline-block;
   z-index: 1000;
left: 238px;
position: absolute;
top: 23px;
}

#navlogout   a {
 
   display: inline-block;
   z-index: 1000;
left: 200px;
position: absolute;
top: 34px;
}

#navlogin  a {
  
   display: inline-block;
   z-index: 1000;
left: 213px;
position: absolute;
top: 28px;
}

#navregister a {
 
   display: inline-block;
   z-index: 1000;
left: 123px;
position: absolute;
top: 44px;
}