.ddmx {
	font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 5px 20px 6px 25px;
	background: url(images/button.jpg) no-repeat;
	font: normal 12px arial;
	color: #ffffff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	border: thin none #FFFFFF;
	float: none;
	position: relative;
	width: 107px;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	font: normal 11px tahoma;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background-repeat: no-repeat;
	background-color: #717171;
}
.ddmx .item2 {
	background: #747474 url(images/button.jpg) no-repeat;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.ddmx .item1:hover,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #333333 url(images/button-roll.jpg) no-repeat;
}
.ddmx .arrow,
.ddmx .arrow:hover {
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
	position: absolute;
	top: 4px;
	right: 1px;
	border: 0;
	background-repeat: no-repeat;
}
.ddmx .section {
	border: 1px none #b8b4ae;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
