.ddmx {
    font: 11px tahoma;
	color:#006600;
	border-width: 0px;
	border-style:solid;
	margin-left: 5px;
	width: 125px;
}


.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 4px 8px;
    background:  #DDEEEE;
    font: 12px arial bold;
    color: #006600;
    text-decoration: none;
    display: block;
    white-space: wrap;
    position: relative;
    right:5px;
	text-align: left;
	width: 125px;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #CCFFCC;
    color:;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 13px arial;
    color: #006600;
    text-decoration: none;
    display: block;
    white-space: wrap;
    position: relative;
    right:0px;
    z-index: 500;
	text-align: left;
	width: 110px;
   border-color:#CCFFCC;
   border-style:solid;
   border-width:0px 0px 0px 1px;
   
}
.ddmx .item2 {
    background: #DDEEEE;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #CCFFCC;
}
.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: 0px 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 */