.ddmx {
    font: 11px verdana;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited
{
	padding: 3px 10px 3px 10px;
	/*border-bottom: 1px solid #A8E089;
	background: #74CD43;*/
	font: 11px verdana;
	color: #2E5717;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-align: right;
	/*background-image: url(http://www.mardukkina.it/images/Sfumatura.jpg);*/
}

.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .item1-active:visited
{
	padding: 3px 10px 3px 10px;
	/*border-bottom: 1px solid #A8E089;
	background: #74CD43;*/
	font: 11px verdana;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-align: right;
	/*background-image: url(http://www.mardukkina.it/images/Sfumatura.jpg);*/
}

.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: #2E5717;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	text-align: left;
}
.ddmx .item2 {
    background: #A8E089;
	color: #2E5717;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #3F9704;
	color: #000000;
}
.ddmx .arrow,
.ddmx .arrow:hover,
.ddmx .arrow:visited {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #54CA04;
    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 */