.ddmx {
    font: 11px tahoma;
}
.ddmx .item1{
    padding: 3 0 0 0;
    font: 12px arial;
    color: #003663;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    vertical-align: absmiddle;
    text-align: center;
    border: 0px solid #ffffff;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3 0 0 0;
    font: 12px arial;
    color: #005e20;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    white-space: nowrap;
    position: relative;
    vertical-align: absmiddle;
    text-align: center;
    border: 0px solid #ffffff;
}
.ddmx .item2,
.ddmx .item2-active
{
    padding: 5 5 5 5;
    font: 11px tahoma;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background-color: #4eb2d1;
    border: 1px solid #ffffff;
	width: 150px;
}
.ddmx .item2:hover,
.ddmx .item2-active:hover 
{
    padding: 5 5 5 5;
    font: 11px tahoma;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background-color: #000000;
    border: 1px solid #ffffff;
    width: 150px;
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 5 5 5 5;
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: relative;
    border: 0;
}

.ddmx .section 
{
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    background-color: Transparent;
    padding: 0 0 0 0;
}

* html .ddmx td {position: relative;} /* ie 5.0 fix */