.ddmx {
    font: 11px tahoma;   
}
.ddmx td {
  vertical-align:middle;      
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 7px 0px 0px 0px;
    background-color: transparent;
    font: 12px arial;
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    font-size:8pt;
}
.ddmx .item1-active,
.ddmx .item1-active:hover {
	 color:black;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 5px 5px 5px 5px;
    font: 11px tahoma;
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index:500;
}

.ddmx .item2 {
    background: white;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background:#dddddd;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 0px 5px 0px 5px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    margin-left:168px;
    border: 1px solid #666666;
    position: absolute;
    visibility: hidden;
    background-color:white;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

/* drugie menu */

.ddmx2 {
  font: 11px tahoma;    
  margin-top:6px;
}
.ddmx2 td {
  vertical-align:middle;  
}
.ddmx2 .item1,
.ddmx2 .item1:hover,
.ddmx2 .item1-active,
.ddmx2 .item1-active:hover {
	 vertical-align:middle;
    background-color: transparent;
    font: 12px arial;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    text-transform:uppercase;
    font-size:8pt;
}
.ddmx2 .item1-active,
.ddmx2 .item1-active:hover {
	 vertical-align:middle;
	 color:#fff;
}
.ddmx2 .item2,
.ddmx2 .item2:hover,
.ddmx2 .item2-active,
.ddmx2 .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx2 .item2 {
    background: white;
}
.ddmx2 .item2:hover,
.ddmx2 .item2-active,
.ddmx2 .item2-active:hover {
    background: lightyellow;
}
.ddmx2 .arrow,
.ddmx2 .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx2 .item2 img,
.ddmx2 .item2-active img{
    position: absolute;
    top: 4px;
    right: 11px;
    border: 0;
}
.ddmx2 .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    background-color:white;
    opacity
}

* html .ddmx2 td { position: relative; } /* ie 5.0 fix */