.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:focus
.ddmx .item1-active:hover
 {
	padding: 3px 8px 4px 8px;
    font-weight: bolder;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    border: 0px #003366;
    border-style: solid none solid none;
    background: #B6D50E;
    color: #ffffff;
}

.ddmx .item1,
.ddmx .item1:visited,
.ddmx .item1:focus {
    background: #804E4D;
    color: #ffffff;
	font-weight: bolder;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #B6D50E;
    color: #ffffff;
	font-weight: bolder;
}



.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
	background: #E9F2B7;
    color: #784B48;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx .item2,
.ddmx .item2:visited {
    background: #804E4D;
    color: #ffffff;
}
.ddmx .item2 {
    background: #e5e1da;
}

.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #E9F2B7;
    color: #784B48;
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmx .item2,
.ddmx .item2:visited {
    background: #784A4A;
    color: #ffffff;
}

.ddmx .item2:hover {
    background: #E9F2B7;
    color: #784B48;
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddmx .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddmx .right, .ddm1 .right:hover { border-style: solid solid solid none; }
* html .ddmx td { position: relative; } /* ie 5.0 fix */
