.dmx {
    font: 12px arial;
}
.dmx .item1 {
display: block;
height:47px;
line-height:47px;
font-size:13px;
font-weight:bold;
text-align:center;
color: white;
text-decoration:none;
background:url(img/but.jpg) repeat-x;    
    white-space: nowrap;
    position: relative;
}

.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    display: block;
height:47px;
line-height:47px;
font-size:13px;
font-weight:bold;
text-align:center;
color: white;
text-decoration:none;
background:url(img/but2.jpg) repeat-x; 
    
    white-space: nowrap;
    position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {

height: 32px;
  
   background-color:black;
   text-decoration:none;
    color: white;
   text-align:left;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item2 {
    background: url(img/but.jpg) repeat-x;
    border-top:1px solid #5A524E;
     text-align:left;
     height:30px;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: url(img/but2.jpg) repeat-x;
    border-top:1px solid #5A524E;
     text-align:left; 
     height:30px;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
   
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */