.dmx {
    font: 11px "Trebuchet MS";
	text-align: left;
}
li.bulletlist {
     list-style: disc;
     list-style-type: disc;
     white-space: normal;
}

.dmx .item1 {
	padding: 7px 0px 0px 0px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	height: 20px;
	border: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	background-color: #e2e3f0;
}
.dmx .item1:hover {
	padding: 6px 0px 0px 0px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	height: 21px;
	border: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	background-color: #afb2d0;
	}
.dmx .item1-active{
		padding: 6px 0px 0px 0px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	height: 21px;
	border: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	background-color: #e2e3f0;
	}
.dmx .item1-active:hover {
	background: #afb2d0;

}
.dmx .item2 {
    padding: 4px 8px 4px 8px;
    font: 11px "Trebuchet MS";
    color: #666666;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	height: 18px;
}
.dmx .item2:hover {
    padding: 4px 8px 4px 8px;
    font: 11px "Trebuchet MS";
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	height: 18px;
}
.dmx .item2-active{
    padding: 4px 8px 4px 8px;
    font: 11px "Trebuchet MS";
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	height: 18px;
}
.dmx .item2-active:hover {
    padding: 4px 8px 4px 8px;
    font: 11px "Trebuchet MS";
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	height: 18px;
}
.dmx .item2 {
    background: #e2e3f0;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #afb2d0;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}

.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 12px;
    border: 0px;
}
.dmx .section {
    background: #ECECEC;
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */
