.ddmx {
	font-size:14px;
	color:#FFFFFF;
	font-family:"trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
}
.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover {
	padding: 3px 8px 3px 10px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	color: #fff;
}
.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover {
	color: #c4c4c4;
	text-decoration: underline;
}
.ddmx .item2, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover {
	padding: 3px 17px 3px 16px;
	text-align: left;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background: #6785a0;
	font-size: 12px;
	color: #FFF;
	border-bottom: 1px solid #ffffff;
	width: 220px;
}
.ddmx .item2 {
	background: #6785a0;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
.ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover {
	background: #6785a0;
	color: #c4c4c4;
	text-decoration: underline;
	border-bottom: 1px solid #ffffff;
}
.ddmx .item2 img, .ddmx .item2-active img {
	position: absolute;
	top: 8px;
	right: 5px;
	border: 0;
}
.ddmx .section {
	border: 0px 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 */

