.style3 {
	color: #789835;
	font-weight: bold;
}
.all{
	background-color
}
.style4 {color: #FFFFFF}
.style5 {color: #68852E}
.style2 {color: #595959}
.style1 {
	color: #ecf2e4;
	font-size: 11px;
	font-family: Tahoma;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #324838;
}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #324838;
	text-decoration: underline;
	font-weight: normal
}
a:visited {
	font-family: Tahoma;
	color: #324838;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
	font-weight: normal
}
hr {  line-height: 1px; color: #d1d3ea; border-color: #d1d3ea black black; font-weight: lighter; border-style: dashed}
b {
	color: #324838;
}
select {
	font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #006633;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	filter: FlipV;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16 px;
	font-weight: bold;
	color: #006633;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.Main_menu{
	background:#D7FFAE;
	color:#ffffff;
	
}

 
    h4 {/* заголовок дерева */
     font-size: 1em;
     font-weight: bold;
     margin: 0;
     padding: 0 .25em;
     border-bottom: 1px solid silver;
    }
   h4 a {
     display: block;
   }
   ul, li {
     list-style-image:none;
     list-style-position:outside;
     list-style-type:none;
     margin:0;
     padding:0;
   }
     ul li {
      line-height: 1.2em;
     }
      ul li ul {}
        ul li ul li {
         margin: 0 0 0 1.2em;
         border-left: 0px solid #EFFFDD; /* цвет вертикальной линии между узлами */
		 border-left-color:#A6B282;
        }
        ul li.last ul li {/* последний узел, соединительную линию к след. узлу убираем */
         border: none; 
        }
   .marker { /* маркер раскрытия списка в закрытом состоянии */
     border-color: transparent transparent transparent gray;
     border-style: solid; 
     border-width: .25em 0 .25em .5em;  
     margin: .35em .25em 0 0; 
     float: left; 
     width: 0px; 
     height: 0px; 
     line-height: 0px;
   }
   .marker.open {/* маркер раскрытия списка в открытом состоянии */
     border-color: gray transparent transparent transparent;
     border-width: .5em .25em 0 .25em;  
   }
  /* IE 6 Fixup */
  * html #multi-derevo * { height: 1%;}
  * html .marker { border-style: dotted dotted dotted solid; }
  * html .open { border-style: solid dotted dotted dotted; }
  
  
  
  /* стиль кнопки закрыть на этом div-окне */   
.closeButton   
{    
    position: absolute;    
    top: 0px;    
    right: 0px;    
    border-bottom: 1px solid gray;    
    border-left: 1px solid gray;    
    font-weight: bold;    
    cursor: pointer;    
    padding: 2px 4px 2px 4px;    
}   
  
/* стиль div-окна */   
.divwin    
{    
    position: absolute; 
	left:40%;
	top:30%;
	z-index:5000;   
    width: auto;  
    height: auto;    
    border: 1px solid gray;    
    background: white;    
    display: none;    
    padding: 20px 20px 20px 20px;    
    text-align: center;    
	
}  
