.ddmx {
    font: 11px Arial; 
	color:#FFFFFF;
}

.ddmx .item1
 {
	font: 11px Arial;
	font-weight:bold;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover { display: block; font-weight:bold; font-size: 11px; color:#E7980F;}


.ddmx h2
{padding:0px; margin:0px;}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 5px 8px 0px 8px;
    font: 11px Arial;
	height:20px;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	width: 120px;
}
.ddmx .item2 {
    background: #000000;
	border-bottom: 1px solid #676767;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #E7980F;
	border-bottom: 1px solid #676767;
	
}
.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: 1px solid #676767;
	position: absolute;
    visibility: hidden;
    z-index: 1000;
	margin-top:10px;

}

.section-sub h3
{padding:0px; margin:0px;}
.ddmx .section-sub {
    border: 1px solid #676767;
	position: absolute;
    visibility: hidden;
    z-index: 1000;
	margin-top: -1px;
	margin-left: -3px;

}


* html .ddmx td { position: relative; } /* ie 5.0 fix */