.ddmx {
    font: 11px tahoma;
    color: #ffffff;

}
.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1-visited {
    margin-top: 0px;
    padding: 13px 24px 13px 24px;
    background:#0080C0;
    font: 13px "Trebuchet MS",arial,tahoma;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative ;
    border: 0px groove #333;
    
}
.ddmx .item1:hover,
.ddmx .item1-active:hover {
   padding: 13px 24px 13px 24px;
    background:#AAE005;
    font: 13px "Trebuchet MS",arial,tahoma;
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative ;
    border: 0px groove #333;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active{
    padding: 4px 2px 2px 2px;
    font: 12px "Trebuchet MS",arial,tahoma;
    color: #333;
    font-weight:normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    /*z-index: -100;*/
    width: 160px;
}
.ddmx .item2 {
    background: #E5E5E5;
    padding-left:10px;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FFF url(../images/arrow.gif) no-repeat;
    padding-left:10px;
    border: 1px groove #333;
    z-index: 500;
   
}

.ddmx .section {
    /*border: 1px solid #D5EAA8;*/
    position: absolute;
    visibility: hidden;
    background: #FFFFFF;
    z-index: 500px;

}

.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 */