.ddmx {
    font-size: 15px;
	color:	#000;
	font-family: "Times New Roman" ;
}
#menu1{
	border-top: 1px solid #D5D4CF;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	overflow: hidden;
	width: 246px;
	/* height: 15px;   */
    padding: 9px 10px 10px 20px; 
    color: #000;    
    text-decoration: none;
    display: block; 
    /* white-space: nowrap; */
    position: relative;	
	background: url('skory/1/img/menu_item.gif') top left no-repeat; 
	border-left: 1px solid #D5D4CF;
	border-right: 1px solid #D5D4CF;
	border-bottom: 1px solid #D5D4CF;
	}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
background: #D0CAC0 url('skory/1/img/menu_item_s.gif') top left no-repeat; 
}
.ddmx .komorka{
vertical-align:middle;
width: 277px;
height: 34px;
background: url('skory/1/img/menu_item.gif') top left no-repeat;
border-left: 1px solid #D5D4CF;
border-right: 1px solid #D5D4CF;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
   /*  padding: 3px 15px 4px 10px; */
	padding: 9px 15px 10px 20px;     
    color: #000;
    /* font-weight: bold; */
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
	background: #D0CAC0;
    border-bottom: solid 1px #F4F2EA;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #E0DAD0;
	border-bottom: solid 1px #F4F2EA;
    /* border-bottom: solid 1px #AABE3D; */
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item1 img,
.ddmx .item1-active img,
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top:12px;
    right: 4px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #B5AC9E;
	border-top-color: #D0CAC0;
	border-left-color: #F4F2EA;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}