.ddmx {
    font: 12px calibri, tahoma;
}
.ddmx .item1
 {
    padding: 10px 10px 3px 10px;
    background: #213354;
    font: 11px calibri, arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    text-align: left;
}
.ddmx .item1:hover,
.ddmx .item1-active, 
.ddmx .item1-active:hover
{
       padding: 10px 10px 3px 10px;
    background: #213354;
    font: 11px calibri, arial;
    color: grey;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    text-align: left;
}
.ddmx .item2,
.ddmx .item2-active
 {
    padding: 3px 8px 4px 8px;
    font: 11px calibri, tahoma;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    border-bottom-color: #C2CFDC;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    text-align: left;
    
}
.ddmx .item2:hover,
.ddmx .item2-active:hover
{
       padding: 3px 8px 4px 8px;
    font: 11px calibri, tahoma;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    text-align: left;
}
.ddmx .item2 {
    background: #213354;
    
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #34486B;
}
.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 #46667D;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
