.ddmx {
    font: 11px arial;
	    z-index: 500;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 0;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0px;
    padding-bottom: 1px;
    font: 11px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	    z-index: 500;
}

.ddmx .item1-active:hover,
.ddmx .item1-active,
.ddmx .item1:hover {
    background: #5a7dc8;
	    z-index: 500;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px arial;
    color: #fff;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #5a7dc8;
	    z-index: 500;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #7f9ee1;
	    z-index: 500;
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
	    z-index: 500;
}
.ddmx .section {
    border: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */