.ddmx {
    font: 11px tahoma;
	/*border-color: #00CCFF;
	border-width: 1px;
	border-style:solid;*/
	margin-left: 0px;
	width: 172px;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	text-decoration: none;
	font-weight: bold !important;
	color: #C1002A;
    padding: 3px 0px 4px 8px;
    background: white;
    font: 12px arial;
    display: block;
    position: relative;
	text-align: left;
	width: 172px;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background-image: url('img/parts/highlight.jpg');
	background-repeat: repeat-y;
    text-decoration: none;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 0px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 500;
	text-align: left;
	width: 172px;
}

.ddmx .item2 {
    background: white;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background-image: url('img/parts/highlight.jpg');
	background-repeat: repeat-y;
    text-decoration: none;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 0px 4px 8px;
}
.ddmx .item1 img,
.ddmx .item1-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

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