.ddmx {
	font: 100% tahoma;
	background: #E5EBE7;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}
.ddmx .item1 {
	background: #E5EBE7;
	padding: 5px 10px 5px 10px;
	border-bottom: 2px solid #FFFFFF;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}


.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	/*  padding: 3px 10px 3px 10px; */
	border-bottom: 2px solid #FFFFFF;
	font-size: 100%;
	background: #E5EBE7;
	color: #548684;
	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 {
	background: #E5EBE7;
	padding: 5px 10px 5px 10px;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-align: left;
	z-index: 500;
}
.ddmx .item2 {
	background: #E5EBE7;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #447A78;
	color: #FFFFFF;
}
.ddmx .arrow {
    padding: 5px 10px 5px 10px;
	background-image: url(pics/arrow3.gif);
	background-position: right;
	background-repeat:no-repeat;
}

.ddmx .arrow:hover {
	padding: 5px 10px 5px 10px;
	background-image: url(pics/arrow1.gif);
	background-position: right;
	background-repeat:no-repeat;
	/* color: #0066AC; */
}
.ddmx .item2 img,
.ddmx .item2-active img{
	position: absolute;
	top: 4px;
	right: 1px;
	border: 0;
}
.ddmx .section {
	border: 0px solid #b8b4ae; /* This MUST be border: not border-bottom or border-top etc */
	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 */