.ddmx {
    font: 12px arial;
    background-image : url('/images/site/menu_pic.png');
    background-position : center right;
    background-repeat : repeat-x;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    margin-right: 1px;
    padding: 5px 5px 5px 5px;
    background: #00518c;
    font: 12px arial;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 5px 5px 5px 5px;
    background: #00518c;
    color: #ffffff;
    text-decoration: underline;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    display: block;
    padding: 4px 14px 4px 5px;
    font: 12px arial;
    color: #ffffff;
    text-decoration: none;
    border: 1px #ffffff;
    border-style: solid none none none;
/*    white-space: nowrap; */
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #00518c;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #00518c;
    text-decoration: underline;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 4px 14px 4px 5px;
}
.ddmx .item2 img,
.ddmx .item2-active img {
    position: absolute;
    top: 9px;
    right: 5px;
    border: 0;
}
.ddmx .section {
    display: block;
    width:180px;
    border: 0px solid #00518c;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
* html .ddmx td { position: relative; } /* ie 5.0 fix */