.ddmx {
    font: 11px tahoma;
    width: 200px;
}

.ddmx .item1,
.ddmx .item1:visited,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 5px 5px 5px 12px;
    border-bottom: 1px solid #73a0b9;
/*  border-bottom: 1px solid black; załobna */
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    background-image: url(/img/left_bg.gif);
    background-repeat: repeat-y;
    background-position: top;
}


#menu1-7 {
font: 12px arial;
/* background-color: transparent; */
/* color: red; */
font-weight: 900;
}


.ddmx .item2,
.ddmx .item2:visited,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 5px 5px 5px 12px;
    font: 11px tahoma;
/*    background-color: transparent; */
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background-image: url(/img/left_bg.gif);
    background-repeat: repeat-y;
    background-position: top;
}

.ddmx .item1 {
    background-image: url(/img/left_bg.gif);
    background-repeat: repeat-y; 
    background-position: top; 
}

.ddmx .item2 {
    background-image: url(/img/left_bg.gif);
    background-repeat: repeat-y;
    background-position: top; 
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #ffffff;
    color: #52627A;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
    color: #52627A;
}

.ddmx .section {
    border: 1px solid #777777;
    margin: -1px -1px -1px -1px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

