.ddmx {
    font: 12px tahoma;
    color: #ffffff;

}
.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1-visited {
    padding: 6px 3px 3px 6px;
    background:#5989B7;
    font: 14px "Trebuchet MS",arial,tahoma;
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative ;
}
.ddmx .item1:hover,
.ddmx .item1-active:hover {
   padding: 6px 3px 3px 6px;
    /*background:#A8D3FF;*/
    font: 14px "Trebuchet MS",arial,tahoma;
    color: #000;
    font-weight: normal;
    text-decoration: underline;
    display: block;
    white-space: nowrap;
    position: relative ;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 4px 10px 4px 10px;
    font: 12px "Trebuchet MS",arial,tahoma;
    color: #333;
    font-weight:normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    width: 120px;
    /* border-bottom: 1px solid #333;*/
    text-align:left;

}
.ddmx .item2 {
    background: #E5E5E5;
     padding-left:12px;

}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FFF;
    
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FFF url(../images/arrow.gif) no-repeat;
    padding-left:12px;

}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 6px;
    right: 1px;
    border: 1px solid #333;
}
.ddmx .section {
    border: 1px solid #D5EAA8;
    position: absolute;
    visibility: hidden;
    background: #FFFFFF;
    /* z-index: -1; */

}

.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    padding: 3px 10px 3px 10px;
    background: #2D87AA;
    font: 12px "Trebuchet MS",arial;
    color: #cccccc;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}


* html .ddmx td { position: relative; } /* ie 5.0 fix */