.ddmx {
    font: 10px Verdana,Arial;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 2px 10px 2px 10px;
    /*background: #D0D0D0;*/
    font: 10px Verdana,Arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover{
    background: #E0E0E0;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 0px 3px 0px;
    font: 10px Verdana,Arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	width: 160px;
}
.ddmx .item2 {
    background: #E0E0E0;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #F0F0F0;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 0px 3px 0px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #000000;
	background: #E2DFD9;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

tr.markedInherit
{
	color: inherit;
	background-color:	#BBFFBB;
}
tr.mDisable
{
	color: inherit;
	background-color:	#DDDDDD;
}