
.h_ddmx {
	font: 11px verdana;
}
.h_ddmx .item1,
.h_ddmx .item1:hover,
.h_ddmx .item1-active,
.h_ddmx .item1-active:hover {
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color:#fff;
    background-color:#737373;
}
.h_ddmx .item1 {
  color:#F5CDCB;
  background-color:#D40000;
  border-right:1px solid #fff;
  border-bottom:0px solid #fff;
  padding:10px 10px 11px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight:bold;
}
.h_ddmx .item2,
.h_ddmx .item2:hover,
.h_ddmx .item2-active,
.h_ddmx .item2-active:hover {
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color:#fff;
    background-color:#737373;
}
.h_ddmx .item2 {
  color:#F5CDCB;
  background-color:#D40000;
  padding:10px 10px 11px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight:bold;

}
.h_ddmx .arrow,
.h_ddmx .arrow:hover {
    padding: 6px 8px 7px 8px;
}
.h_ddmx .item2 img,
.h_ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 3px;
    border: 0;
}
.h_ddmx .section {
    border: 0px solid #000000;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.h_ddmx .bottom,
.h_ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .h_ddmx td { position: relative; } /* ie 5.0 fix */