.ddmx {
    font: 10px tahoma;
    direction:ltr;
    text-align:left;
    width:150px;
    vertical-align:middle;

}
.ddmx .item1{
	padding:0px 0px 0px 10px;
    font: 10px tahoma;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    direction:ltr;
    text-align:center;
	line-height:400%;    
    width:140px;
	height:42px;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding:0px 0px 0px 10px;
    font: 10px tahoma;
    color: #ffff00;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    direction:ltr;
    text-align:center;
	line-height:400%;    
    width:140px;
	height:42px;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding:2px 5px 0px 5px;
    font: 10px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    direction:ltr;
    text-align:left;
    width:150px;
    height:22px;
    
}
.ddmx .item2 {
    background: #e5e1da;
    direction:ltr;
    text-align:left;
    width:150px;
    height:22px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
    direction:ltr;
    text-align:left;
    width:150px;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    direction:ltr;
    text-align:left;
    width:150px;        
    
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
    direction:ltr;
    text-align:left;
    width:100px;        
    
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    direction:ltr;
    text-align:left;
    width:150px;
    
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */