.ddmx {
    /*font: 11px tahoma;*/
    font-family:Trebuchet,"trebuchet ms",Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
margin-top:5px;
margin-bottom:5px;
z-index:555;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
color:#484848;
border:0;
padding:0;
margin:0;
height:15px;
padding: 3px 5px 5px 12px;
    background-color: #dbdbdb;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
margin-bottom:1px;
width:100%;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #900000;
color:#f6ebeb;
padding-right:10px;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px; 
    color: #FFFFFF; 
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background-color: #dbdbdb;
}
.ddmx .item2 {
color:#484848;
    background-color: #dbdbdb;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
        background: #900000;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #484848;
    background: #484848;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

}

