.ddmx {
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 3px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;

}
.ddmx .item2 {
	background: #FFCC00;
	filter: Alpha(Opacity=85);
	-moz-opacity:.85;
	opacity:.85;

}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #FFF1B2;
	filter: Alpha(Opacity=100);
	

}
.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: 0px none;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	left: 55px;
	top: 300px;


}

* html .ddmx td {
	position: relative;
} /* ie 5.0 fix */
.TdTransparent75 {
	filter: Alpha(Opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
.TdTransparent85 {
	filter: Alpha(Opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
.TdTransparent95 {
	filter: Alpha(Opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}
.TdTransparent100 {
	filter: Alpha(Opacity=100);
}

