.ddmx {
    font: 11px verdana;
	border: 1px solid #000;
}

.ddmx td {
	border-width: 0 1px 0 0;
	border-style:solid;
	border-color: #000;
	width: 120px;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    
    padding: 3px;
    background: #6666cc;
    font: 11px verdana;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:center;
	width: 120px;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 10px verdana;
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:left;
	width: 109px;
    z-index: 500;
}

* html .ddmx .item2,
* html .ddmx .item2:hover,
* html .ddmx .item2-active,
* html .ddmx .item2-active:hover {
	width: 100%;
}
.ddmx .item2 {
    background: #e5e1da;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}

.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;
	width: 125px;
    z-index: -1;
}
* html .ddmx td { position: relative; } /* ie 5.0 fix */