.ddmxv {
    font: 10px verdana;
}
.ddmxv .item1,
.ddmxv .item1:hover,
.ddmxv .item1-active,
.ddmxv .item1-active:hover {
    padding: 3px 14px 3px 14px;
    border-bottom: 2px solid white;
    background: #38709f;
    background-image: url('/grafika/r_menupion.gif');
    background-repeat: no-repeat;
    font: 10px verdana;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;

}
.ddmxv .item2,
.ddmxv .item2:hover,
.ddmxv .item2-active,
.ddmxv .item2-active:hover {
    padding: 5px 8px 5px 8px;
    font: 10px verdana;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmxv .item2 {
    background: #fce8b3;
    background-image: url('/grafika/pion.gif');
}
.ddmxv .item2:hover,
.ddmxv .item2-active,
.ddmxv .item2-active:hover {
    background: #f5da59;
    background-image: url('/grafika/r_pion.gif');
}
.ddmxv .arrow,
.ddmxv .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmxv .item2 img,
.ddmxv .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmxv .section {
    border: 1px solid #000000;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmxv .bottom,
.ddmxv .bottom:hover {
    border-bottom: 2px solid #000000;
}


* html .ddmxv td { position: relative; } /* ie 5.0 fix */

