.ddmx { font: 11px tahoma; width: 170px; }
.ddmx .item1,

.ddmx .item1-active { padding: 3px 10px; font: bold 12px arial; color: black; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: none; letter-spacing: 2px; display: block; white-space: nowrap; position: relative; }
.ddmx .item1-active:hover,
.ddmx .item1:hover { background-color: white; letter-spacing: 2px; }

.ddmx .item3,

.ddmx .item3-active { padding: 3px 10px; font: bold 12px arial; color: red; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: none; letter-spacing: 2px; display: block; white-space: nowrap; position: relative; }


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover { filter:alpha(opacity=90); -moz-opacity: 0.90; opacity: 0.90; -khtml-opacity: 0.90; padding: 3px 8px 4px; font: bold 11px tahoma; text-decoration: none; letter-spacing: 2px; display: block; white-space: nowrap; position: relative; z-index: 500; }
.ddmx .item2 { color: black; background-color: white; text-decoration: none; letter-spacing: 2px; z-index: 500; filter:alpha(opacity=90); -moz-opacity: 0.90; opacity: 0.90; -khtml-opacity: 0.90; }

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover { background: olive; z-index: 500; filter:alpha(opacity=90); -moz-opacity: 0.90; opacity: 0.90; -khtml-opacity: 0.90; }
.ddmx .arrow,
.ddmx .arrow:hover {
    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 #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    filter:alpha(opacity=98); -moz-opacity: 0.98; opacity: 0.98; -khtml-opacity: 0.98; 
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

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