.ddmx_v {
	margin: 20px;
}
.ddmx_v .item1,
.ddmx_v .item1:hover,
.ddmx_v .item1-active,
.ddmx_v .item1-active:hover {
    padding: 0px 10px 18px 10px;
    background: #2a5767;
    font: 12px Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx_v .item2,
.ddmx_v .item2:hover,
.ddmx_v .item2-active,
.ddmx_v .item2-active:hover {
    padding: 6px 10px 7px 10px;
    font: 11px Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx_v .item2 {
    background: #fff;
}
.ddmx_v .item2:hover,
.ddmx_v .item2-active,
.ddmx_v .item2-active:hover {
    background: #2a5767;
	color: #fff;
}
.ddmx_v .arrow,
.ddmx_v .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx_v .item2 img,
.ddmx_v .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx_v .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
	border: 1px solid #000;
}

.ddmx_v .bottom,
.ddmx_v .bottom:hover {

}

* html .ddmx_v td { position: relative; } /* ie 5.0 fix */