#informationbar{
position: fixed;
left: 0;
width: 100%;
/*background: url(../../design/nav_bg.jpg) repeat-x;*/
background-color:#F8F8F8;
z-index:5000;
height:25px;
display:inline;
border-bottom:1px solid #CCC;
}
* html #informationbar{ /*IE6 hack*/
position: absolute;
z-index:5000;
width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}