.ddmx1 {
    font: 11px tahoma;
    direction:ltr;
    text-align:left;
}

.ddmx1 .item1 {
	padding-left:35px;
    background: #092E7A;
    font: 10px tahoma;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    height:29px;
    line-height:300%;
    background-image:url('../../images/MenuE.jpg');
    background-repeat:repeat-x;
    direction:ltr;
    text-align:left;
}
    
.ddmx1 .item1:hover,
.ddmx1 .item1-active,
.ddmx1 .item1-active:hover {
	padding-left:35px;
    background: #092E7A;
    font: 10px tahoma;
    color: #ffff00;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    height:29px;
    line-height:300%;
    background-image:url('../../images/MenuE.jpg');
    background-repeat:repeat-x;
    direction:ltr;
    text-align:left;
}

.ddmx1 .item2,
.ddmx1 .item2:hover,
.ddmx1 .item2-active,
.ddmx1 .item2-active:hover {
    padding: 0px 8px 0px 8px;
    height:20px;
    font: 11px tahoma;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    direction:ltr;
    text-align:left;
    border-bottom:1px #C0C0C0 solid;
}
.ddmx1 .item2 {
    background: #0A2E7A;
    height:20px;    
    border-bottom:1px #C0C0C0 solid;    
}
.ddmx1 .item2:hover,
.ddmx1 .item2-active,
.ddmx1 .item2-active:hover {
    background: #ffffff;
    border-bottom:1px #C0C0C0 solid;
    height:20px;
    color:black;    
}
.ddmx1 .arrow,
.ddmx1 .arrow:hover {
}
.ddmx1 .item2 img,
.ddmx1 .item2-active img{
    position: absolute;
    top: 0px;
    right: 1px;
    border: 0;
}
.ddmx1 .section {
    width: 345px;
    height:20px;
    background: #0A2E7A;
    border-bottom: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx1 .bottom,
.ddmx1 .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx1 td { position: relative; } /* ie 5.0 fix */