div {
direction: rtl;
}
.ddmx {
	margin-right: -4px;
	margin-left: -4px;
}
.ddmx .item1,
.ddmx .item1 {
	border-bottom: 1px solid #8cc7f9;
	text-decoration: none;
	display: block;
	position: relative;
	background-color: #e2effa;
	width: 278px;
	color: #1167af;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}

.ddmx .item1-active

{
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #8cc7f9;
	text-decoration: none;
	display: block;
	position: relative;
	background-color:#1167af;
	width: 278px;
	color: #e2effa;
}



.ddmx .item1:hover{
	color: white;
	background-color: #1167af;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 4px 3px 3px 3px;
    
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 999999;
	width:auto;
}
.ddmx .item2 {
	width: 278px;
	background-color: #e1edf8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8cc7f9;
	color: #1167af;
	padding-right: 5px;
	padding-left: 5px;
;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #1167af;
	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 */