.ddmx {
    font: 10px Verdana;
    background: #B8CED9;  
}
.ddmx .item1-podzialka {
		background:#1F1A17;
		color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    
		font-family:Verdana;
		font-size:10px;

		padding-right:  4px;
		padding-left:   4px;
		padding-top:    0px;
		padding-bottom: 0px;
		
		border: 0px;	
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 7px 3px 7px;
    background: #1F1A17;
    font: 10px verdana;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;   
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
		padding-right:  8px;
		padding-left:   8px;
		padding-top:    3px;
		padding-bottom: 3px;
    font: 10px verdana;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    border-bottom: 1px solid #709CAB;
    text-align: left;
}
.ddmx .item2 {
    background: #B8CED9;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #3f3c39;
    color: #ffffff
}
.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;
}
.ddmx .section {
    border-left: 1px solid #709CAB;
	border-top: 1px solid #709CAB;
	border-right: 1px solid #709CAB;
	border-bottom: 0px solid #709CAB;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    background: #B8CED9;
    margin-top: 4px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
