.ddmx {
   /* font: 11px tahoma;*/
}
.ddmx .item1,
.ddmx .item1:visited,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:visited,
.ddmx .item1-active:hover {
   /*padding: 0px 0px 0px 0px; */

    /*font: 11px; arial;
    color: #0E4269;
    font-weight: bold;
    text-decoration: none;*/
    display: block;    
    position: relative;
    _position: fixed; /* only IE !!! */
    text-align: left;
}



.ddmx .item1{
   /* color: #0E4269;
    background: #7d95af;*/
}

.ddmx .item2,
.ddmx .item2:visited,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:visited,
.ddmx .item2-active:hover {
    padding: 3px 4px 4px 4px;
    font-size: 11px;
    color: #4C4C4C;
    background: #eeefcf;
    font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative; 
    z-index: 500;
}
.ddmx .item2 {
    background: #eeefcf;
    color: #4C4C4C;
    font-size: 11px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ced1b5;
    color: #000000;
    font-size: 11px;
}



.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 #A1A169;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    width: 185px;
    text-align: left;
    background-color: #eeefcf;
    margin-top: 5px;
    _margin-top: 5px;
}

* html .ddmx td { 
	position: relative; 
/*	text-align: left; */
} /* ie 5.0 fix */


