div.menutree2 {
    overflow: hidden;
    padding: 0 4px; /*módosítva 4px-ről */
    float:left;
    width: 192px;
    min-width: 192px;
    max-width: 192px;
    background-color: rgba(0,0,0,0.8);
}
div.menutree2 > ul.menutree2 {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
div.menutree2 > ul.menutree2 > li.menutree2 {
    height: 1.5em;
    max-height: 1.5em;
    width: 192px;
    min-width: 192px;
    max-width: 192px;
    overflow: hidden;
}
div.menutree2 > ul.menutree2 > li.menutree2 > a {
	font-family: verdana;
	font-size: 12px;
	font-weight: 400;
 	line-height: 12px;
	color: #FFFFFF;
    display: inline-block;
    width: 100%;
    text-decoration: none;
	background-color: transparent;
    text-shadow: 0px 0px 0px transparent;
	-webkit-transition: color 0.3s, background-color 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s;
	-o-transition: color 0.3s, background-color 0.3s;
	-ms-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

div.menutree2 > ul.menutree2 > li.menutree2 > a:hover, div.menutree2 > ul.menutree2 > li.menutree2 > a.active {
    font-family: verdana;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #FF5500;
    text-decoration: none;
    background-color: transparent;
    text-shadow: 0px 0px 0px transparent;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    -ms-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}
#szamtech{
    height: 231px; /* 378-ról*/
    overflow: scroll;
    overflow-x: hidden;
}

#szamtech2 {
    height: 130px; /* 378-ról*/
    overflow: scroll;
    overflow-x: hidden;
}