.ddmx {
    font: 14px Trebuchet MS;
	z-index:500;
	border: 1px solid #000;
	background-color:#FFF;
}

.item1,
.ddmx a {
	padding: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration:none;
    display: block;
    white-space: nowrap;
    position: relative;
	 z-index: 200;
	 text-align:center;
}

.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1:visited,
.ddmx .item1-active:visited {
	padding: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration:none;
    display: block;
    white-space: nowrap;
    position: relative;
	z-index: 200;
 	text-align:center;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover {
    padding: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration:underline;
    display: block;
    white-space: nowrap;
    position: relative;
	z-index: 200;
	text-align:center;
}

.ddmx .item2 {
    padding: 5px 5px 4px 8px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration:none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	text-align:left;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 5px 5px 4px 8px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration:none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	text-align:left;
	background-color:#F0F0F0;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 0px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
	z-index: 500;
}
.ddmx .section {
    padding-left: 0px;
	padding-top: 0px;
	margin-top:9px;
	border: 1px dashed #C2C2C2;
    position: absolute;
    visibility: hidden;
    z-index: 500;
	background:#fff;
}

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