.ddmx {
    font: 8pt Verdana;
}
.ddmx .item1,
.ddmx .item1-active {
    padding: 5px;
    border-bottom: 1px solid white;
    color: white;
    text-decoration: none;
    display: block;
    /*white-space: nowrap;*/
    position: relative;
	width:150px;
	height:20px;
}
.ddmx .item1:hover,
.ddmx .item1-active:hover {
padding: 5px;
    border-bottom: 1px solid white;
    color: black;
    text-decoration: none;
    display: block;
    /*white-space: nowrap;*/
    position: relative;
	width:150px;
	height:20px;
}

.ddmx .item1sel,
.ddmx .item1sel-active {
    padding: 5px;
    border-bottom: 1px solid white;
    color: black;
    text-decoration: none;
    display: block;
    /*white-space: nowrap;*/
    position: relative;
	width:150px;
	height:20px;
}
.ddmx .item1sel:hover,
.ddmx .item1sel-active:hover {
padding: 5px;
    border-bottom: 1px solid white;
    color: black;
    text-decoration: none;
    display: block;
    /*white-space: nowrap;*/
    position: relative;
	width:150px;
	height:20px;
}


.ddmx .item2,
.ddmx .item2-active {
    color: white;
    padding: 5px;
    text-decoration: none;
    display: block;
    /*white-space: nowrap;*/
	 border-bottom: 1px solid white;
    position: relative;
	width: 150px;
	height: 21px;
	background-color: #EF5D0E;
    z-index: 500;
}
.ddmx .item2:hover,
.ddmx .item2-active:hover {
    color: black;
    padding: 5px;
    text-decoration: none;
    display: block;
    /*white-space: nowrap;*/
	 border-bottom: 1px solid white;
    position: relative;
	width: 150px;
	height: 21px;
	background-color: #EF5D0E;
    z-index: 500;
}
/*.ddmx .item2 {
    background: #e5e1da;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}*/
.ddmx .section {
    border: 1px solid white;
    position: absolute;
    visibility: hidden;
    z-index: 1000;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}
* html .ddmx td { position: relative; } /* ie 5.0 fix */