.ddmx {
	font: 11px tahoma;
	text-align: center;
	white-space: nowrap;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	color: #666666;
}
.ddmx.item1,
.ddmx.item1:hover,
.ddmx.item1-active,
.ddmx.item1-active:hover {
    padding: 3px 8px 3px 10px;
    background: #003300;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;

}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover
 {
	padding: 3px 0px 4px 8px;
	font: 11px tahoma;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	display: 
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background-color: #FF9900;
	width:160;

}
.ddmx .item2 {
	background: #FFCC00;
	text-align: justify;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffff99;
}
.ddmx .arrow,
.ddmx .arrow-active,
.ddmx .arrow-active:hover {
	padding: 3px 0px 4px 8px;
	background-color: #99CC00;
	text-align: left;
}
.ddmx .item2 img,
.ddmx .item2-active img{
	position: absolute;
	top: 4px;
	right: 0px;
	
}
.ddmx .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: 0;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
