#treeMenu a{
  display: block;
  float: left; 
}
#treeMenu li{
  clear: both;
}
#treeMenu ul ul{
  float: left;
  clear: both;
}
#treeMenu{
  margin-bottom: 15px;
}
.eraseItem{
  display: block;
  width: 30px;
  height: 30px;
  background: url(icon-delete.jpg) top left no-repeat;
  clear: both;
}
.eraseItem span{display: none;}


.icon {
margin:0 auto !important;
width:12px !important;
}

.icon span {
display: none;
}

.icon-edit-news, .icon.edit {
  margin: 0;
  padding: 0;
  display: block; 
  width: 20px;
  height: 12px;
  background: url(icon-edit-small.gif) top right no-repeat;
}
.icon-edit-news span{display: none;}

.icon-delete-news, .icon.delete {
  display: block;
  width: 50px;
  height: 12px;
  background: url(icon-delete-small.gif) top center no-repeat;
}
.icon-delete-news span{display: none;}





a.icon-editPage {
  margin:0 auto;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  background: url(icomini-edit.gif) center center no-repeat;
}
.icon-editPage span{display: none;}

a.icon-newChild{
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(icon-new-small.gif) center center no-repeat;
}
.icon-newChild span{display: none;}

a.icon-deletePage{
  margin:0 auto;
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(icon-delete-small.gif) center center no-repeat;
}
.icon-deletePage span{display: none;}

a.icon-up{
  margin:0 auto;
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(icomini-up.gif) center center no-repeat;
}
.icon-up span{display: none;}

a.icon-down {
  margin:0 auto;
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(icomini-down.gif) center center no-repeat;
}
.icon-down span{display: none;}

a.del-icon span{
display: none;
}

a.del-icon {
  margin:0 auto;
  display: block;
  width: 30px;
  height: 30px;
  background: url(icon-delete.jpg) center center no-repeat;
}
