.ddmx {
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: gray;
	background-color:#cbcbcb;
	text-decoration: none;
	text-align: left;
	border-color: cbcbcb;
	border-style: solid;
	border-width: 1px;
	border-top-width:0px;
	cursor: pointer;
	cursor: hand;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.ddmx .item2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: gray;
	background-color:#eeeeee;
	text-decoration: none;
	text-align: left;
	border-color: cbcbcb;
	border-style: solid;
	border-width: 1px;
	border-top-width:0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.ddmx .arrow,
.ddmx .arrow:hover {
	padding-right: 8px;
	padding-bottom:7px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #25408F;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

