.ddmx {
    font: 11px tahoma;
	border:0px;
	margin:0px;
	padding:0px;
}

#srodek #gora #left .ddmx td {
	border:0px;
	margin:0px;
	padding:0px;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 11px 10px 3px 100px;
	width: 136px;
	height: 21px;
    border-bottom: 0px solid #cccccc;
    background-image: url(../images/bronto_07.jpg);
    font: 11px Tahoma;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1-active:hover {
	background-image: url(../images/bronto_06.jpg);
	margin-left:1px;
	padding-left:99px;
}

.ddmx .item1.active {
	background-image: url(../images/bronto_06.jpg);
	margin-left:1px;
	padding-left:99px;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 8px 8px 8px 8px;
    font: 11px tahoma;	
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background-color: #628499;
	border-bottom:1px solid #9EB1BE;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background-color: #3572A4;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}

.ddmx .section {
    border: 1px solid #EEE5DA;
	width: 160px;
	color:#628499;
    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 */

