.ddmx {
    font: 11px verdana;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited
{
    padding: 3px 10px 3px 10px;
	border: 1px solid #FF3FFF;
    background: #FF3FFF;
    font: 11px verdana;
    color: #6464FF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative; 
	text-align:center;
}

.ddmx .item1-active,
.ddmx .item1-active:hover 
{
    padding: 3px 10px 3px 10px;
	border: 1px solid #FF9F9F;
    background: #FF9F9F;
    font: 11px verdana;
    color: #1818FF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:center;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item2-active:visited {
    padding: 3px 8px 4px 8px;
    font: 11px verdana;
    color: #6464FF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	text-align:left
}

.ddmx .item2 {
/* celle dei figli */
    background: #FF9F9F;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item2-active:visited {
/* celle dei figli */
    background: #FFCCCC;
	color: #1818FF;
	border-bottom: 0px #000000;
	border-top: 0px #000000;
	border-left: 0px;
	border-right: 0px;
    border-style:solid;
	text-align:left;
}
.ddmx .arrow,
.ddmx .arrow:hover,
.ddmx .arrow:visited {
/* posizione del blocco rispetto i padri */
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
/* posizione dell'immaginina */
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
/* Intero blocco di figli */
    border: 1px #FF00FF;
    border-style:solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */.MargineSinistro {
	margin-left: 15px;
}
