.ddmx2 {
    font: 16px tahoma;
}
.ddmx2 .item1,
.ddmx2 .item1:hover,
.ddmx2 .item1-active,
.ddmx2 .item1-active:hover {
    padding: 2px 5px 2px 5px;
    border-top: 1px solid #708090;
    /*border-bottom: 1px solid #708090;*/
    font: 18px tahoma;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    .position: static;
}

.ddmx2 .item1{
    color: white;
}
.ddmx2 .item1:hover,
.ddmx2 .item1-active,
.ddmx2 .item1-active:hover {
    background: #6699FF;
    color: yellow;
}

.ddmx2 .item2,
.ddmx2 .item2:hover,
.ddmx2 .item2-active,
.ddmx2 .item2-active:hover {
    padding: 2px 5px 2px 5px;
    font: 16px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	width:auto;  
	.width:140px;  
}
.ddmx2 .item2 {
    background: #fff68f;
}
.ddmx2 .item2:hover,
.ddmx2 .item2-active,
.ddmx2 .item2-active:hover {
    background: #cdba96;
}
.ddmx2 .arrow,
.ddmx2 .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx2 .item2 img,
.ddmx2 .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx2 .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx2 .bottom,
.ddmx2 .bottom:hover {
    border-bottom: 0px solid #000000;
}

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