.ddmx {
    font: 11px tahoma;
}
.ddmx .item1{
    padding: 5 5 5 5;
    font: 12px arial;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    vertical-align: bottom;
    text-align: left;
    border: 0px solid #ffffff;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 5 5 5 5;
    font: 12px arial;
    color: #f7941d;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    white-space: nowrap;
    position: relative;
    vertical-align: bottom;
    text-align: left;
    border: 0px solid #ffffff;
}
.ddmx .item2{
    padding: 5 5 5 5;
    font: 11px tahoma;
    color: #744b27;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background-color: #d7d1ca;
    border: 0px solid #ffffff;
    width: 140px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover 
{
    padding: 5 5 5 5;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background-color: #c7b299;
    border: 0px solid #ffffff;
    width: 140px;
    
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 5 5 5 5;
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: relative;
    border: 0;
}
.ddmx .section 
{
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    background-color: Transparent;
    padding: 0 0 0 0;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
