.ddmx {
    font: 12px tahoma;
    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: 6px 10px 3px 10px;
    background: #cececf;
    font: 12px arial;
    color: #000017;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 7px 3px 7px;
    background: #5a5a61;
    color: #fbfbfd;
    border: 3px #cececf;
    border-style: solid solid none solid;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 23px;
    font: 12px tahoma;
    color: #fbfbfd;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #5a5a61;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #5a5a61;
    background-image : url("/images/site/menu.png");
    background-position : 10px;
    background-repeat : no-repeat;
    text-decoration: underline;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 23px;
    margin-right: 3px;
}
.ddmx .item2 img,
.ddmx .item2-active img {
    position: absolute; 
    top: 9px;
    right: 3px;
    border: 0;
}
.ddmx .section {
    background: #5a5a61;
    margin-left: 3px;
    border: 1px solid #5a5a61;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
* html .ddmx td { position: relative; } /* ie 5.0 fix */