.ddmx {
    font: 11px verdana;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 11px 7px 0px 22px;
    font: 13px verdana;
    color: #6B7A67;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    min-width: 70px;
    height: 24px;
    margin-right: 20px;
    vertical-align: middle;
    margin-left: 15px;
    background: url(http://www.arbor-vitae.ch/images/navicon3.gif) center left no-repeat;
}
.ddmx .item1:hover,
.ddmx .item1-active, 
.ddmx .item1-active:hover {
	color: #697369;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 5px 8px 4px 14px;
    font: 11px verdana;
    color: #878786;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    min-width: 100px;
    height: 16px;   
}
.ddmx .item2 {
    background: #DDE6DC;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #C7DAC7;
    color: #697369;
}
.ddmx .nolink,
.ddmx .nolink:hover {
    font: 13px verdana;
    color: #6B7A67;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    vertical-align: middle;
}
.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-top: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    border-left: 1px solid #C5C5C5;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.ddmx .section:hover {
    border-top: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    border-left: 1px solid #C5C5C5;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
