.ddmx {
    font: 9pt Arial;
    vertical-align: middle;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover 
{
    padding: 9px 15px 3px 15px;
    font: 12px arial;
    color: #092A5E;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1 {
    color: #505050;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 5px 4px 5px;
    font: 9pt Arial;
    color: #092A5E;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #fafafa;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #A7D7FE;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    cursor: default;
    padding-right:20px
}
.ddmx .item1 img,
.ddmx .item1-active img{
    position: absolute;
    top: 11px;
    right: 9px;
    border: 0;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    left:0px;
    top:20px;
    text-align:left;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

.ddmx2 {
    font: 9pt Arial;
    vertical-align: middle;
    text-align:left;
}
.ddmx2 .item1,
.ddmx2 .item1:hover,
.ddmx2 .item1-active,
.ddmx2 .item1-active:hover 
{
    padding: 3px 5px 3px 15px;
    font:  9pt Arial;
    color: #092A5E;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    background: #A7D7FE;
}
.ddmx2 .item1 {
    color: #092A5E;
    background: #fafafa;
}
.ddmx2 .teksatir,
.ddmx2 .teksatir:hover
{
    padding: 8px 5px 8px 15px;
}
.ddmx2 .item1 img,
.ddmx2 .item1-active img{
    width:10px;
    height:14px;
    border:none;
    position: absolute;
    top:3px;
    right:135px;
}
.ddmx2 .teksatir img,
.ddmx2 .teksatir img:hover
{
    top:8px;
}

.ddmx3 {
    vertical-align: middle;
    text-align:left;
}
.ddmx3 .item1,
.ddmx3 .item1:hover,
.ddmx3 .item1-active,
.ddmx3 .item1-active:hover 
{
    padding: 3px 5px 3px 0px;
    color: #092A5E;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    background: #A7D7FE;
    vertical-align: middle;
}
.ddmx3 .item1 {
    color: #092A5E;
    background: #fafafa;
}
.ddmx3 .bb 
{
    border-bottom: 1px solid #b8b4ae;
}