/*body {
  background:#FFFFFF;
}*/

#tree {
  font-size: 11px;
  line-height: 14px;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
  list-style-type:none;
  margin: 0px 0 0 0;
  _width:100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0;
	padding-bottom: 0;
}

#tree ul {
  font-size: 11px;
  line-height: 14px;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
  list-style-type:none;
  margin: 0px 0 0 0;
  padding:0;
  _width:100%;
  /*overflow-x:hidden;*/
}

#tree li  {
  /*padding: 0 0 0 21px;*/
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 25px;
  padding-right: 0;
  margin: 0;
  background:url(../img/bg_bullet_arrow.gif) no-repeat top left;
  background-position: 13px 12px;
  /*background:url(../img/menue-hint.gif) repeat-x top left;*/
  _float:left;
  _width:90%;
}
#tree li ul li {
/*	background:url(../img/bg_bullet_arrow.gif) no-repeat top left !important;
	background-position: 0 12px;*/
}

#tree li.ast {
  /*background:url(../img/bg_bullet_arrow.gif) no-repeat top left;
  background-position: 0 12px;*/
   /*background:url(../img/menue-hint.gif) repeat-x top left;*/
}

#tree li a {
  color: #353A8F;
  font-weight: bold;
  text-decoration:none;
  /*background-color:#FFFFFF;*/
  position:relative;
  top:-11px;
  /*_top:0;*/
}

#tree li a:hover {
  color: #00005F;
  text-decoration: none;
}
.treeDiv {
	background: transparent url(../img/menue-hint.gif) repeat-x scroll left top;
}




