.leftmenu{
  cursor: pointer;
  padding-top:2px;
  background:url(none) repeat-x;
}
.rightmenu{
  cursor: pointer;
  padding-top:2px;
  background:url(none) repeat-x;
}
.rightmenusel{
  cursor: pointer;
  width:22px;
  background:url("../../templates/images/slide-right.jpg") no-repeat;
  padding-top:2px;
  background-position: 0px 2px;
}

.leftmenusel{
  width:22px;
  cursor: pointer;
  padding-top:2px;
  background:url("../../templates/images/slide-left.jpg") no-repeat;
  background-position: 0px 2px;
}

.centermenu{
  cursor: pointer;
  color:#000;
  font-weight: bold;
  font-size: 8pt;
  padding-top:2px;
}
.centermenusel{
  cursor: pointer;
  color:#000;
  font-weight: bold;
  font-size: 8pt;
  background:url("../../templates/images/submenu_move_center.png") repeat-x;
  padding-top:2px;
}

.tbtl{
  width:10px;
  background:url("../../templates/images/corner-tl.gif") no-repeat;
}
.tbdl{
  width:10px;
  height:10px;
  background:url("../../templates/images/corner-dl.gif") no-repeat;
}
.tbdr{
  width:10px;
  height:10px;
  background:url("../../templates/images/corner-dr.gif") no-repeat;
}
.tbtr{
  width:10px;
  height:10px;
  background:url("../../templates/images/corner-tr.gif") no-repeat;
}
.tbt{
  height:10px;
  background:url("../../templates/images/corner-top.png") repeat-x;
}
.tbl{
  height:34px;
  border:0px;
  background:url("../../templates/images/corner-left.png") repeat-y;
}
.tbr{
  border:0px;
  background:url("../../templates/images/corner-right.png") repeat-y;
}
.tbc{
  border:0px;
  background-color: #fff;
}

div.subselected{
  cursor: pointer;
  background:url("../../templates/images/menusel.png") no-repeat;
  padding-top:7px;
  padding-left:10px;
  height: 28px;
  color:#fff;
}
div.subusual{
  cursor: pointer;
  padding-top:7px;
  padding-left:10px;
  height: 28px;
  color:#455d77;
}


.tbd{
  height:10px;
  background:url("../../templates/images/corner-bottom.png") repeat-x;
}

