.ddmx { font: 11px tahoma; width: 150px; height: 25px; }
.ddmx .item1,

.ddmx .item1-active { padding: 3px 10px; color: white; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-variant: small-caps; line-height: normal; background: #4e6f4e; text-decoration: none; letter-spacing: 1px; display: block; white-space: nowrap; position: relative; height: 25px; }
.ddmx .item1-active:hover,
.ddmx .item1:hover { color: #3e3b3b; background-image: url(../graphics/menubg.png); background-repeat: no-repeat; letter-spacing: 1px; }

.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 { color: black; background: #d4e1e7; 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 */