.floatleft {float:left;}
.ddheader {
	cursor:pointer;
	display: block;
	width: 120px;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #0060ad;
	text-decoration: underline;
	padding-top: 20px;
	margin-top: 0px;
	background-image: url(../i/tochka.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.ddheader:hover {background-image: url(../i/tochka_.png);}
.ddcontent {position:absolute; overflow:hidden; width:190px; display:none; z-index:1000}
.ddinner {
	width:190px;
	background-image: url(../i/p_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	margin-left: 20px;
}
.ddinner ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	background-color:#2695d1;
}
.ddinner .trees {
    background:none;
}
.ddinner li {
	margin:0;
	cursor:pointer;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.ddinner li:hover {
	background-color: #0d6ab4;
}
.trees li:hover {
  background-color: #2695d1;
  border-radius:0 10px 0 10px;
}
ul.trees{
margin-top:10px;
}


.underline {}