.ddmx {
	font-family: "Trebuchet MS", Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	position: relative;
	 font-weight:bold;
	 color:#000000;
}
.ddmx .item1 {
    color:#000000;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    color:#000000;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	width:auto;
}
.ddmx .item2 {
    background: #E5E5E5;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #88be68;
	color:#FFF;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 18px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #413A27;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	background: #88be68;
	text-align:left;	
	width:auto;
	color:#ffffff;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */