.ddmx {
    font: 12pt arial;
}


	/* Item 1 */


.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    font: 12pt arial;
    color: #0C517E;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    cursor: hand;
}


	/* Item 2 */


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    font: 10pt arial;
    color: #1A326F;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    text-align: right;
    z-index: 500;
    width: 180px;
    padding: 0px;
    height: 20px;
    border: 1px solid #788AB0; border-top: 0px
}

.ddmx .item2 {
    background: #D9E0EB;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #F2F6FA;
    color: #F53A1F;

}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top:0px;
    right: 0px;
    left: 0px;
    border: 0;
}


	/* Section for DIV */


.ddmx .section {
    border: 0px solid #436F8C;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    font-size: 12pt;
    margin-right: 100px
}







.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}


* html .ddmx td { position: relative; } /* ie 5.0 fix */