.ddmx {
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    font: bolder 12px Verdana, Arial, Helvetica, sans-serif;
    color: #9F212F;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	cursor:pointer;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 3px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #A02230;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;


}
.ddmx .item2 {
	background: #FFFFFF;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;

}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #FFF9A1;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;

}
.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);
}
.TdTransparent85 {
	filter: Alpha(Opacity=85);
}
.TdTransparent95 {
	filter: Alpha(Opacity=95);
}
.TdTransparent100 {
	filter: Alpha(Opacity=100);
}
*/

