.ddmx {
    font: 11pt verdana,arial;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    display: block;
    white-space: nowrap;
    position: relative;
    height:20px; 
    /*line-height:20px; 
    padding:5 5 5 7; */
    margin-top:10px;
    margin-left:3px;
    text-decoration:none; 
    font-weight:bold; 
    color: rgb(0,0,0);
    /*border-right:solid 1px rgb(255,255,255);*/
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 9pt verdana;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    border-left:solid 1px rgb(175,175,175); 
    border-right:solid 1px rgb(175,175,175); 
    border-bottom: solid 1px rgb(175,175,175); 
    background-color:rgb(237,237,237); 
    font-weight:normal; 
    color:rgb(50,50,50);
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background-color:rgb(210,210,210);
    font-weight: normal;
    border-left:solid 1px rgb(175,175,175); 
    border-right:solid 1px rgb(175,175,175); 
    border-bottom: solid 1px rgb(175,175,175); 
    color:rgb(50,50,50);
}
.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: 0px solid white;
    position: absolute;
    visibility: hidden;
    z-index: 700;
}

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