.ddmx {
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    display: block;
    width:191px;
    font-weight:bold;
    padding:8px 7px 8px 7px;
    position: relative;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
}
.ddmx .item1 {
    background:url(/images/bkgleftmenu1.gif) repeat-x top;
    color:#3f6da1;
    border-left:5px solid #3f6da1;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    color:#8d8d8d;
    border-left:5px solid #8d8d8d;
    background:url(/images/bkgleftmenu2.gif) repeat-x top;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    text-align:left;
    font-weight:bold;
    min-width:150px;
    padding:2px 7px 3px 7px;
    border-top:1px solid #5b85b5;
    background-color: #3f6da1;
}
.ddmx .item2 {
    color:#FFFFFF;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color:#FFEF15;
}

.ddmx .arrow,
.ddmx .arrow:hover {
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

#item1selected {
    display: block;
    width:191px;
    font-weight:bold;
    padding:8px 7px 8px 7px;
    position: relative;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    color:#8d8d8d;
    border-left:5px solid #8d8d8d;
    background:url(/images/bkgleftmenu2.gif) repeat-x top;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
