.ddmx {
    font: 11px Tahoma;
}
.dmx img {
display: block;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
    z-index: 4;
    left: -50px;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    color: #ffffff;
    background: none;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    top: -6px;
}
.ddmx .item1 img {
display: block;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    font: 11px tahoma;
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    top: 8px;
    z-index: 500;
    /*background: url(gfx/subMenuBg.png);*/
	background: #8d0205;
}
/*
*html .ddmx .item2,
*html .ddmx .item2:hover,
*html .ddmx .item2-active,
*html .ddmx .item2-active:hover {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/templates/galaktyka/gfx/subMenuBg.png", sizingMethod="scale");
}
*/
.ddmx .item2 {
    color: #f4f8f7;
    margin-bottom: 1px;
    padding: 3px 16px 4px 8px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: #f4f8f7;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
    margin-left: 5px;
}

.sekcja {
display: inline;
padding: 0px;
margin: 0px;
}
.sekcja img {
border: 0px;
}
.menu_line {
padding: 0px;
margin: 0px;
font-size: 1px;
}
* html .ddmx .sekcja { position: relative; } /* ie 5.0 fix */

