.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 */
/*  background: #24572C; */
    font: 12px arial;
    color: #ffffff;/*#F8F4CF;*/
    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;
}

.ddmx .item2,
.ddmx .item2:visited,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 5px 8px 5px 12px;
    font: 11px tahoma;
    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: #24572c;
   */ 
        

 background-image: url(/img/left_bg.gif);  
 background-repeat: repeat-y; 
 background-position: top; 
}
/**/
.ddmx .item2 {
  /*  background: #24572c;
    */
        

 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;/*#4FA25C;*/
    
    color: #52627A;
/*        

 background-image: url(/img/left_bg.gif);  
 background-repeat: repeat-y; 
 background-position: top; 
 */
}
/**/
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
    color: #52627A;	
/*    
    border-left-color: #455266;	border-left-width:7px;	border-left-style: solid;
  
    padding-left: 5px;
*/
    
        
/*
 background-image: url(/img/left_bg.gif);  
 background-repeat: repeat-y; 
 background-position: top; 
 */
}

.ddmx .section {
    border: 1px solid #777777;/*#24572c;*/
    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 */