.ddmx {
    font: 10pxverdana,arial;
         background: #0500FF;
         text-decoration: none;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
        background: #0500FF;
        font: 10px verdana,arial;
        color: Red;
        font-weight: bold;
        text-decoration: none;
        display: block;
        white-space: normal;
        position: relative;
        text-decoration: none;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
        padding: 3px 8px 4px 8px;
        font: 10px verdana,tahoma;
        color: Red;
        font-weight: bold;
        text-decoration: none;
        display: block;
        white-space: nowrap;
        position: relative;
        z-index: 500;
        background: #FFFFFF;
        width: 167px;
}
.ddmx .item2 {
        background: #FFFFFF;
        border-bottom: 1px dotted Gray;
        text-decoration: none;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FFFFFF;
         color: Black;
         border-bottom: 1px dotted Gray;
         text-decoration: none;
}
.ddmx .arrow,
.ddmx .arrow:hover {
        padding: 3px 16px 4px 8px;
        background: #FFFFFF;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid Red;
    position: absolute;
    visibility: hidden;
    z-index: -1;
         background: #FFFFFF;
}

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


.ddmx2 {
        font: 10px verdana,arial;
        background: #E7E7E7;
        border: 1px solid White;
        text-decoration: none;
}
.ddmx2 .item1,
.ddmx2 .item1:hover,
.ddmx2 .item1-active,
.ddmx2 .item1-active:hover {
        background: #E7E7E7;
        font: 10px verdana,arial;
        color: Black;
        font-weight: bold;
        text-decoration: none;
        display: block;
        white-space: normal;
        position: relative;
        padding: 5px 30px 5px 30px;
        azimuth: center;
        border-bottom: solid White;
        text-align: justify;
}


.ddmx2 .item2,
.ddmx2 .item2:hover,
.ddmx2 .item2-active,
.ddmx2 .item2-active:hover {
        padding: 3px 8px 4px 8px;
        font: 10px verdana,arial;
        color: Black;
        font-weight: bold;
        text-decoration: none;
        display: block;
        grey-space: nowrap;
        position: relative;
        z-index: 500;
        background: #393839;
        text-align: justify;
}
.ddmx2 .item2 {
        background: #C6BEC6;
        font: 10px verdana,arial;
        font-weight: bold;
        border: 1px solid Gray;
}
.ddmx2 .item2:hover,
.ddmx2 .item2-active,
.ddmx2 .item2-active:hover {
        background: #CECFCE;
        color: Black;
        font: 10px verdana,arial;
        font-weight: bold;
        border: 1px solid Gray;
}
.ddmx2 .arrow,
.ddmx2 .arrow:hover {
        padding: 3px 16px 4px 8px;
        background: #ADAEAD;
}
.ddmx2 .item2 img,
.ddmx2 .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx2 .section {
        border: 0px solid Gray;
    position: absolute;
    visibility: hidden;
    z-index: -1;
         background: #FFFFFF;
}

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