.ddmx {
    font-family: Tahoma, sans-serif;
    font-size: 13px;
}
.item1,
.item1:hover,
.item1-active,
.item1-active:hover {
    padding: 3px 8px;
    background: #ffffff;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.item2,
.item2:hover,
.item2-active,
.item2-active:hover {
    padding: 3px 8px 4px 8px;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.item2 {
		color: black;
    background-color: #f0f0f0;
}
.item2:hover,
.item2-active,
.item2-active:hover {
		color: #000080;
    background-color: #e0e0e0;
}
.arrow,
.arrow:hover {
    padding: 3px 16px 4px 8px;
}
.item2 img,
.item2-active img{
    position: relative;
    top: 2px;
    right: 0px;
    border: 0;
}
.section {
    border: 1px solid #2F6760;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    background-color: #f0f0f0;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
