.suckertreemenu ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  position: absolute;
  top: 157px;
  left: 22px;
  /*width:*/ /*не понял*/
}

.suckertreemenu ul li
{
  position: relative;
  display: inline;
  float: left;
}

.suckertreemenu ul li a
{
  display: block;
  width: 120px;
  padding: 1px 4px;
  border: 0px;
  text-decoration: none;
  color: #e4cf9d;
  text-align: left;
}

.suckertreemenu ul li ul
{
  left: 0;
  position: absolute;
  top: 1em;
  display: block;
  visibility: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
}

.suckertreemenu ul li ul li
{
  display: list-item;
  float: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.suckertreemenu ul li ul li ul
{
  left: 159px;
  top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.suckertreemenu ul li ul li a
{
  display: block;
  width: 160px;
  text-decoration: none;
  padding: 4px 5px;
  background-color: #e1e1e1;
  color: #000000;
  border: 1px solid #49796e;
  margin-top: 0;
  margin-bottom: 0;
}

.suckertreemenu ul li a:hover
{
  background-color: #28581c;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}

* html p#iepara
{/*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
  padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li
{
  float: left;
  height: 1%;
}

* html .suckertreemenu ul li a
{
  height: 1%;
}
/* End */