table.ddmx {
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 16px;
}
.ddmx .item2 {
    background: #F5F5F1;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
	padding-top: 3px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
	position: absolute;
	top: 5px;
	border: 0;
	left: 3px;
}
.ddmx .section {
    border: 1px solid #B5A792;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

