.ddmx, .item1, .item2, .item3, .section { z-index: 100; }
.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 0px 0px 0px 0px;
    font: 12px arial;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #453C2F;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	border-bottom: 1px solid #5A455B;
	border-right: 1px solid #5A455B;
	border-left: 1px solid #5A455B;
	opacity: .85;
	filter: alpha(opacity=85);
}
.ddmx .item2 {
    background: #FFDAB9;
	color: #1B1620;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #99749B;
	color: #FFFFFF;
}

.ddmx .item2 img,
.ddmx .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}




.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #453C2F;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	border-top: 1px solid #5A455B;
	border-bottom: 1px solid #5A455B;
	border-right: 1px solid #5A455B;
	border-left: 1px solid #5A455B;
	opacity: .85;
	filter: alpha(opacity=85);
	margin-top: -1px;
}
.ddmx .item3 {
    background: #FFDAB9;
	color: #1B1620;
}

.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    background: #99749B;
	color: #FFFFFF;
}

.ddmx .item3 img,
.ddmx .item3-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}









.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}

.ddmx .section {
    border: 0px;
	border-top: 0px;
	border-bottom: 0px;
    position: absolute;
    visibility: hidden;
    z-index: -1;	
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */