.ddmx {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	FONT-SIZE: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;


}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	FONT-SIZE: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	vertical-align: middle;

}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2.active,
.ddmx .item2.active:hover {
	width: 180px;
	padding: 3px 4px 4px;
	font: 11px Tahoma, Geneva, Verdana, sans-serif;
	color: #505050;
	background: #F3F2F0;
	text-decoration: none;
	text-align: left;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;

}
.ddmx .item2 {
    background: #F3F2F0;
	

}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
	width: 180px;
	padding: 3px 4px 4px;
	font: 11px Tahoma, Geneva, Verdana, sans-serif;
	color: #505050;
	text-decoration: none;
	text-align: left;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 4px;
	
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #D2D2D2;
	background: #F3F2F0;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td {
	position: relative;
	vertical-align: middle;
} /* ie 5.0 fix */
