.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 0px;
    background: /images/spacer_blue.gif;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 23px;
	font-family: tahoma;
	font-size: 11px;
}
.ddmx .item2 {
	background-color: #d7dfeb;
}
.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: 24px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
	position: absolute;
	top: 4px;
	border: 0;
	left: 3px;
}
.ddmx .section {
	border: 1px solid #b8b4ae;
	position: absolute;
	z-index: -1;
	visibility: hidden;
}

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