.ddmx {
    font: 12px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    font: 11px arial;
    color: #a6cc1d;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: left;
    position: relative;
    height: 35px;
    padding: 0px 10px 0px 8px;
    background-color: transparent;
    background-image: url('/pic/topm-odd.gif');
    background-position: right top;
    background-repeat: no-repeat;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 5px 3px 5px;
    font: 12px tahoma;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap; 
    position: relative;
    z-index: 500;
    width: 280px;
}
.ddmx .item2 {
    background: #a6cc1d;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #1f690a;
    color: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 5px 3px 5px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0;
}

.ddmx .item2energy,
.ddmx .item2energy:hover,
.ddmx .item2energy-active,
.ddmx .item2energy-active:hover {
    padding: 3px 5px 3px 5px;
    font: 12px tahoma;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap; 
    position: relative;
    z-index: 500;
    width: 280px;
}
.ddmx .item2energy {
    background: #e60004;
    color: #ffffff;
    font-weight: bold;
}
.ddmx .item2energy:hover,
.ddmx .item2energy-active,
.ddmx .item2energy-active:hover {
    background: #a10003;
    color: #ffffff;
    font-weight: bold;
}
.ddmx .item2energy img,
.ddmx .item2energy-active img{
    position: absolute;
    top: 4px;
    right: 4px;
    border: 0;
}

.ddmx .section {
    border: 1px solid #1f690a;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

#bottom_menu {
  width: 990px;
  height: 35px;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-left: 37px;
}

#bottom_menu a.item {
  display: block;
  float: left;
  height: 35px;
  padding-left: 10px;
  padding-right: 8px;
  background-color: transparent;
  background-image: url('/pic/bottomm-odd.gif');
  background-position: left bottom;
  background-repeat: no-repeat;
}

.ddmx a img, #bottom_menu a img {
  border: 0 none;
}
