    <style type="text/css">{  }
a{text-decoration:none}
A:link { text-decoration: none; color:#000000}
A:visited { text-decoration: none; color:#000000}
A:hover { text-decoration: underline; color:#CC0000}

    </style>

.ddmx {
    font: 10px verdana;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active{
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #CCCCCC;
    font: 10px verdana;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative;

}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 10px verdana;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background: #cccccc;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #cccccc;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #cccccc;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0px none;
}
.ddmx .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #CCCCCC;
}
.ddmx .item1-active:hover  { 
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #CCCCCC;
    font: bold 10px verdana;
    color: #000000;
    text-decoration: none;
    display: block;
    position: relative;
 } 
