 body {
        font: 12px tahoma;
        background: #4B81B6;
        margin: 0;
        padding: 30px;
    }    
.menu  {
    font: 12px tahoma;
    border:1px solid #ffffff ;
}
.ekran  {
    font: 12px tahoma;
    border:1px solid #ffffff ;
   text-align:center;
   vertical-align:center;
   background-image:url('images/blank_05.jpg');
   background-repeat:no-repeat;
}
.ddmx {
    font: 12px tahoma;
    
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #cccccc ;
        color: #ffffff;
    font: 14px arial;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    text-align:center;    
}

.ddmx .item1 {
background: #4B81B6;

}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
background: #4B5DB6;
}

.ddmx .itemN,
.ddmx .itemN:hover,
.ddmx .itemN-active,
.ddmx .itemN-active:hover {
    padding: 15px 10px 13px 10px;
    border-bottom: 1px solid #cccccc ;
        color: yellow;
    font: 24px arial;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    text-align:center;    
}

.ddmx .itemN {
background: #4B81B6;

}

.ddmx .itemN:hover,
.ddmx .itemN-active,
.ddmx .itemN-active:hover {
background: #4B5DB6;
color: white;

}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 0 4px 8px;
    border-bottom: 1px solid #4B81B6;
    font: 12px tahoma;
    color:#4B5DB6;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    width:120;
}
.ddmx .item2 {
    background: #e5e1da;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #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: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    background: #e5e1da;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #cccccc;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
