.ddmx {
    font: 13px arial;
    width: 160px;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 4px 20px;
    background: #989898;
    font: 13px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
}

.ddmx .item1{
    background: #ffffff;
    color: #545454;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    font: 13px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    padding: 3px 8px 4px 8px;
}

.ddmx .item2 {
/*	background: #ffffff; */	
    color: #545454;    
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #989898;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 9px;
    right: 4px;
    border: 0;
}

.doStrzalki
{
	position: absolute;
    top: 9px;
    right: 8px;
    border: 0;	
}

.ddmx .section {
    border: 1px solid #A1A1A1;
    position: absolute;
    visibility: hidden;
}

.ddmx .section div
{
	background: white;
}

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

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