
.ddmx {
	font: 11px verdana;
	background-color: #d2d2d2;
	background-repeat: repeat-x;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 0px 10px 0px 10px;
    font: 11px verdana;
    color: #102d65;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    text-align: center;
    vertical-align: middle;
    border-right: none;
    border: 1px solid #d2d2d2;
    display: block;
    height: 15px;

    

}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 2px 10px 2px 10px;
    font: 11px verdana;
    color: #102d65;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;

}
.ddmx .item2 {
   background: #ececec;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
   background: #e9ac00;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 1px;
    right: 1px;
    border: 0;

}
.ddmx .section {
    border: 1px solid #d2d2d2;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    background: #002744;
    top: 1px;
    text-align: left;
}
