/* --- meniu HDTML H---*/
#menu_dhtmlh, #menu_dhtmlh ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none; /*nu modifica*/
}

/*#menu_dhtmlh a {
    vertical-align: middle;
    background-color:#57a8c8;
    color: #ffffff;
    display: block;
}*/

#menu_dhtmlh a table {
    width: 136px;
    text-align:center;
    cursor:pointer;
}

#menu_dhtmlh li table {
	height:43px;
    text-align:center;
    cursor:pointer;
}

#menu_dhtmlh li {
	background-image:url(../images/m1.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#434040;
	font-weight:bold;
	margin-left:1px;
}

#menu_dhtmlh li { /* all list items */
	height:43px;
    float: left; /*nu modifica*/
}

#menu_dhtmlh li ul { /* second-level lists */
	width:123px;
	margin-left:6px;
    position: absolute;
    left: -2000px; /*nu modifica*/
}

#menu_dhtmlh li li table {
	width:123px;
	height:21px;
    text-align:center;
    cursor:pointer;
}

#menu_dhtmlh li li{
	width:123px;
	background-image:url(../images/m3.jpg);
	background-repeat:no-repeat;
	text-align:center;
    cursor:pointer;
	height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f0f1f1;
	font-weight:bold;
}


#menu_dhtmlh li:hover, #menu_dhtmlh li.sfhover{
background-image:url(../images/m2.jpg);
background-repeat:no-repeat;
color:#f0f1f1;
}

#menu_dhtmlh li li td:hover, #menu_dhtmlh li li.sfhover td{
background-image:url(../images/m4.jpg);
background-repeat:no-repeat;
color:#f0f1f1;
}

.activ{
background-image:url(../images/m2.jpg);
background-repeat:no-repeat;
color:#f0f1f1;
}

.activ2{
height:21px;
background-image:url(../images/m4.jpg);
background-repeat:no-repeat;
margin:0px;
padding:0px;
color:#f0f1f1;
}

#menu_dhtmlh li li:hover, #menu_dhtmlh li li.sfhover{
background-image:none;
}

#menu_dhtmlh li ul ul { /* third-and-above-level lists */
    margin: -38px 0 0 131px;
}

#menu_dhtmlh li:hover ul ul, #menu_dhtmlh li:hover ul ul ul, #menu_dhtmlh li.sfhover ul ul, #menu_dhtmlh li.sfhover ul ul ul {
    left: -2000px; /*nu modifica*/
}

#menu_dhtmlh li:hover ul, #menu_dhtmlh li li:hover ul, #menu_dhtmlh li li li:hover ul, #menu_dhtmlh li.sfhover ul, #menu_dhtmlh li li.sfhover ul, #menu_dhtmlh li li li.sfhover ul { /* lists nested under hovered list items */
    left: auto; /*nu modifica*/
}

