.ddmx {
    font: 11px tahoma;
	color: #449493;
	border-color: rgb(123, 175, 173);
	border-width: 1px;
	border-style:solid;
	width: 160px;

}


.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 4px 8px;
    background: rgb(227, 255, 255);
	text-decoration: none;
    font: 12px arial;
	color: rgb(68, 148, 147);
    font-weight: bold;
    display: block;
    white-space: wrap;
    position: relative;
	text-align: left;
	width: 145px;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #ffffff;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 10px 4px 8px;
    font: 11px arial;
	color: rgb(68, 148, 147);
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: wrap;
    position: relative;
    z-index: 500;
	text-align: left;
	width: 110px;
	background:rgb(227, 255, 255);
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 10px 4px 8px;
}
.ddmx .item1 img,
.ddmx .item1-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

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