div.tmenuBar {
  background-image: url('images/bcenter5.png');
  position: relative;
  top: -4px;
  height: 25px;
  text-align:center;
  margin:0 auto;
}

span.tmenuButton {
  margin-right: -6px;
  width: auto;
}

span.tmenuButton .left {
  background: url('images/bleft4.png') no-repeat right;
  display: -moz-inline-box; /* For FireFox */
  display: inline-block; /* For Opera and IE */ 
  vertical-align: top; /* For IE */ 
  height: 25px;
  width: 9px;
  font-size: 1px;
}
  
span.tmenuButton .right {
  background: url('images/bright4.png') no-repeat left;
  display: -moz-inline-box; /* For FireFox */ 
  display: inline-block; /* For Opera and IE */ 
  vertical-align: top; /* For IE */ 
  height: 25px;
  width: 9px;
  font-size: 1px;
}

span.tmenuButton .center {
  background-image: url('images/bcenter4.png');
  /*width: 120px;*/
  height: 22px;
  display: -moz-inline-box; /* For FireFox */ 
  display: inline-block; /* For Opera and IE */ 
  vertical-align: top; /* For IE */
  padding-left: 3px; 
  padding-right: 3px;
  padding-top: 3px;
}

.tmenuButton .center a {
  font: 12pt Arial Narrow, Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-style: bold;
  font-weight: bold;
  text-decoration: none;
}