.ddmx {
    font: 100% tahoma;
	background: #F1D1CB;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
.ddmx .item1 {
	background: #F1D1CB;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #8C8B8B;
    font-size: 80%;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}


.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
   /*  padding: 3px 10px 3px 10px; */
    border-bottom: 1px solid #8C8B8B;
    font-size: 80%;
    background: #FDEFED;
   	color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #FDEFED;
     padding: 5px 10px 5px 10px;
    font-size: 75%;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #F1D1CB;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FDEFED;
}
.ddmx .arrow {
    padding: 5px 10px 5px 10px;
	background-image: url(pics/arrow3.gif);
	background-position: right;
	background-repeat:no-repeat;

}

.ddmx .arrow:hover {
     padding: 5px 10px 5px 10px;
	background-image: url(pics/arrow1.gif);
	background-position: right;
	background-repeat:no-repeat;
	/* color: #0066AC; */
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #8C8B8B;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #8C8B8B;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */