.ddmx {
    font: 9pt arial;
    z-index: 0;
}

.ddmx.item1,
.ddmx.item1:hover,
.ddmx.item1-active,
.ddmx.item1-active:hover {
    font: 9pt arial;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx.item2,
.ddmx.item2:hover,
.ddmx.item2-active,
.ddmx.item2-active:hover {
    font: 9pt arial;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    text-align: right;
    z-index: 1000;
    width: 150px;
    padding-top: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0px;
    height: 18px;
    border: 1px solid #4B828B; border-top: 0px;
}

.ddmx .item2 {
    background: #5480B6;
}

.ddmx.item2:hover,
.ddmx.item2-active,
.ddmx.item2-active:hover {
    background: #4B828B;
}

.ddmx.item3,
.ddmx.item3:hover,
.ddmx.item3-active,
.ddmx.item3-active:hover {
    font: 9pt arial;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    z-index: 500;
    display: block;
    white-space: nowrap;
    position: relative;
    padding-top: 1px;
    height: 18px;
    background-color: #ED8702
}

.ddmx.item3:hover,
.ddmx.item3-active,
.ddmx.item3-active:hover {
    background-color:#4B828B;	
}

.ddmx.item4,
.ddmx.item4:hover,
.ddmx.item4-active,
.ddmx.item4-active:hover {
    font: 9pt arial;
    color: #0E2784;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    text-align: right;
    z-index: 500;
    width: 150px;
    padding-top: 1px;
    padding-right: 10px;
    padding-left: 10px;
    height: 17px;
    border: 1px solid #4B828B; border-top: 0px;
}

.ddmx.item4 {
    background: #F6F6F6;
}

.ddmx.item4:hover,
.ddmx.item4-active,
.ddmx.item4-active:hover {
    background: #E8E8E8;
}

.ddmx.arrow,
.ddmx.arrow:hover {
    padding: 3px 16px 4px 8px;
}

.ddmx.item2 img,
.ddmx.item2-active img{
    position: absolute;
    top:0px;
    right: 0px;
    left: 0px;
    border: 0;
}

.ddmx.section {
    border: 0px solid #436F8C;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    font-size: 9pt;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */