.ddmx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	color: #FFFFFF;
	width: 100px;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	color: #FFFFFF;
	width: 150px;
	height: 22px;
	text-indent: 10px;
	padding: 3px;
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}
.ddmx .item2 {
	background-color: #3E65A6;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background-color: #3E65A6;
}
.ddmx .arrow,
.ddmx .arrow:hover {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	color: #FFFFFF;
	width: 150px;
	height: 22px;
	text-indent: 10px;
	padding: 3px;
	vertical-align: middle;
}
.ddmx .item2 img,
.ddmx .item2-active img{
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
}

.ddmx .bottom,
.ddmx .bottom:hover {
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */