Con ff + firebug podrías haber visto las propiedades de esa caja ".topbarls" en el archivo topbar.css, línea 10
Código css:
Ver original.topbarls {
background:#333333 url(http://downtwarez.com/foro/topbar/barra2.png) repeat-x scroll 0 0;
font-family:Verdana,Arial,Helvetica,sans-serif !important;
font-size:10px !important;
font-weight:normal !important;
height:30px;
position:fixed;
width:100%;
z-index:9999;
}
Claro que en ie6 no funcionará.
Pero si lo que quieres es implementarlo a tu página, mejor nos pones un enlace a ella para ver qué tienes hecho y cómo adaptarlo.
Un saludo