.ddmx {
font : 100% Arial,Helvetica,sans-serif;
width: 100%;
}
.ddmx .line {
    display: none;
}
.ddmx .line, .ddmx .line:hover, .ddmx .line-active, .ddmx .line-active:hover {
//font-size : 1px;
}

.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover {
padding : 4px;
//background:transparent url(../img/dots3.gif) repeat-x scroll 0pt 100%;
color:#9B7D48;
margin-bottom : 0;
text-decoration : none;
display : block;
white-space : normal;
position : relative;
border-bottom : 0 solid #ffffff;
border-top : 0 solid #ffffff;
}

.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover {
color:#ffffff;
background: #ceb589;
}

.ddmx .item2, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover {
//background: #f5f3ed transparent url(../img/dots3.gif) repeat-x scroll 0pt 100%;
color: #9B7D48;
padding-top : 1px;
padding-right : 0;
padding-bottom : 2px;
padding-left : 0;
text-decoration : none;
display : block;
position : relative;
z-index : 500;
}

.ddmx .item2:hover, .ddmx .item2-active:hover {
    color:#ffffff;
    background: #ceb589;
}

.ddmx .item2 {
background: #f5f3ed transparent url(../img/dots3.gif) repeat-x scroll 0pt 100%;
color : #9B7D48;
}

.ddmx .arrow, .ddmx .arrow:hover {
padding-top : 3px;
padding-right : 8px;
padding-bottom : 4px;
padding-left : 0;
}

.ddmx .item2 img, .ddmx .item2-active img {
position : absolute;
top : 4px;
right : -2px;
border : 0;
}

.ddmx .section {
padding: 8px 8px 8px 8px;
background-color: #edeae3;
border: 1px solid #af721e;
width: 220px;
position : absolute;
visibility : hidden;
z-index : -1;
}

.ddmx .bottom, .ddmx .bottom:hover {
border-bottom : 1px solid #000000;
}

* html .ddmx td {
position : relative;
}
