div#x {
	position:absolute;
	float:left;
	 width:190px;

	}


.ddmx {
  font-family:"Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
  /*text-transform: uppercase;*/
}
.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:2px;
	font-family:"Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	color:#fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-decoration:none;
	font-size:8pt;
}

.ddmx .item1:hover {
color:#cccccc;
font-weight:bold;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:2px;
    font-family:"Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	font-size:8pt;
}
.ddmx .item2 {
    background: #;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #eeeeee;
	color:#999999;

}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 2px 0px 0px 0px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #ccccccc;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	background: #ffffff;
	float:left;
}

/* html .ddmx td { position: relative; } /* ie 5.0 fix */