.dmx {
  width: 190px;
  text-align:center;
}
.dmx a.item1, .dmx a.item1:visited {
  text-decoration: none;
  color:#eee;
  display: block;
  background-color:#666;
}
.dmx a.item1:hover, .dmx .item1:hover, .dmx .item1-active:hover {
  text-decoration: none;
  color:#fff;
  background-color:#888;
}
.dmx a.item2, .dmx a.item2:visited  {
  text-decoration: none;
  color:#eee;
  display: block;
  background-color:#666;
}
.dmx a.item2:hover, .dmx .item2:hover, .dmx .item2-active:hover {
  text-decoration: none;
  color:#fff;
  background-color:#888;
}

.dmx .item1,
.dmx .item1-active
 {
  padding: 5px;
  margin:15px;
  margin-left:20px;

  color:#FFF;
  background-color:#8E8A83;
  text-decoration: none;
  display: block;
  position: relative;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  
  text-align:center;
  line-height:15px;
  height:15px;
}
.dmx .item2,
.dmx .item2-active
{
    /*padding: 3px 10px 3px 10px;*/
  padding:0;
    /*border-bottom: 1px solid #cccccc;*/
    color:#FFF;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
  background:#444;
  text-align:center;
  line-height:15px;
  height:15px;
  float:left;

    z-index: 500;
}




.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 {
    /*border: 1px solid #b8b4ae;*/
    position: absolute;
    visibility: hidden;
    z-index: -1;
  
}

.dmx .bottom,
.dmx .bottom:hover {
    border-bottom: 0px solid #000000;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */
