 
ul.dropdown-pages {
  height: 52px;
   padding: 0;
  float: left;
  display: inline-block;
  background: url("images/topbar-bg.png") repeat-x;
}
.pages-left {
  width: 14px;
  height: 52px;
   float: left;
  display: block;
  background: url("images/topbar-left.png") no-repeat;
}
.pages-right {
  width: 14px;
  height: 52px;
   float: left;
  display: block;
  background: url("images/topbar-right.png") no-repeat;
}
 