/**************Mouseover menu******************************/

.ddmx {
    font-family: arial, tahoma, helvetica;
    font-size: 12px;
    -moz-user-select: none;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    width: 125px;
    height: 15px;
    padding: 5px 6px 5px 6px;
    background: #666666;
    color: white;
    text-align: center;
    line-height: normal;

    border-left: solid 1px #ECE9D8;
    border-right: solid 1px #ECE9D8;
    font-weight: bold;
    text-decoration: none;
    display: block;
    cursor: default;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1 {
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    border-color: #ACA899 #FFFFFF #FFFFFF #ACA899;
    color: Yellow;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 0px 0px 2px;
    height: 18px;
    width: 150px;
    color: blue;
    cursor: default;
    line-height: normal;
    text-align: left;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    border-bottom: solid 1px #000000;
}

.ddmx .item2 {
    background: #E5E3E3;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #666666;
    color: #FFFFFF;
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 3px 4px 3px;

}

.ddmx .item2 img,
.ddmx .item2-active img {
    position: absolute;
    top: 10px;
    right: 1px;
    border: 0;
}

.ddmx .section {
    background-color: #E5E3E3;
    border: 1px solid;
    border-color: #F1EFE2 #716F64 #716F64 #F1EFE2;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.bar {
    background: #666666;
    border: 1px solid;
    border-color: #ffffff #ACA899 #ACA899 #ffffff;
    padding: 1px;
    cursor: default;
}


* html .ddmx td {
    position: relative;
}

/* ie 5.0 fix */