.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    color: #881348; 
    font-size: 12px; 
    background: url(images2/bullet-menu.gif) center left no-repeat; 
    padding: 0 10px 0 15px;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: #8B282D;
    padding: 3px 8px 4px 16px;
    font: 11px tahoma;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    background: url(images2/bg-rozwijane.gif) repeat-x;
    height: 10px;
    z-index: 500;
    _padding: 3px 8px 1px 16px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: #ffffff;
    text-decoration: none;
    background: url(images2/bg-rozwijane-on.gif) repeat-x;
}
.ddmx .section {
    border: 1px solid #F69D09;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
