div {
direction: rtl;
}
.ddmx {
    font: 13px tahoma;
}
.ddmx .item1,
.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #DCDDE2;
    background: #F9FCFF;
    font: 13px Tahoma;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddmx .item1:hover{
    background: #002B82;
	color: white;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 4px 3px 3px 3px;
    font: 13px tahoma;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	width:150px;
}
.ddmx .item2 {
    background: #F9FCFF;
    border-bottom: 1px solid #DCDDE2;
	width:150px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #002B82;
	color: white;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #DCDDE2;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    background: #F9FCFF;
}

.ddmx .bottom,
.ddmx .bottom:hover {
}

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