.ddmx_h {
    font: 10px tahoma;
}
.ddmx_h .item1 {
    padding: 3px 10px 3px 10px;
    background: #337ACC;
    font: 10px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
	text-align:left;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx_h .item1:hover,
.ddmx_h .item1-active,
.ddmx_h .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #337ACC;
    font: 10px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
	text-align:left;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx_h .item2 {
    padding: 3px 8px 4px 8px;
    border-bottom: 1px solid #337ACC;
	border-right: 1px solid #337ACC;
    font: 10px tahoma;
    color: #337ACC;
    font-weight: bold;
    text-decoration: none;
	text-align:left;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1000;
}
.ddmx_h .item2:hover,
.ddmx_h .item2-active,
.ddmx_h .item2-active:hover {
    padding: 3px 8px 4px 8px;
    border-bottom: 1px solid #337ACC;
	border-right: 1px solid #337ACC;
    font: 10px tahoma;
    color: #337ACC;
    font-weight: bold;
    text-decoration: underline;
	text-align:left;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1000;
}
.ddmx_h .item2 {
    background: #ffffff;
}
.ddmx_h .item2:hover,
.ddmx_h .item2-active,
.ddmx_h .item2-active:hover {
    background: #ffffff;
}
.ddmx_h .arrow,
.ddmx_h .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx_h .item2 img,
.ddmx_h .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx_h .section {
    border: 1px solid #337ACC;
    position: absolute;
    visibility: hidden;
    z-index: 999;
}

* html .ddmx_h td { position: relative; } /* ie 5.0 fix */