.ddmx {
	text-align: left;
}

.ddmx a.item1,
.ddmx a.item1:hover,
.ddmx a.item1:hover,
.ddmx a.item1:visited,
.ddmx a.item1-active,
.ddmx a.item1-active:hover
{
	z-index: 500;
	padding: 5px 12px 5px 2px;
	font: 10px verdana, helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;

}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:hover{
    padding: 3px 8px 4px 3px;
    font: 10px verdana, helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	z-index: 500;
}

.ddmx td {
	z-index: 500;
}

.ddmx .item2 {
	background: #333333;
	border: 1px solid #333333;
	z-index: 500;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #000000;
	border: 1px solid #CCCCCC;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{

    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #000000;
    position: absolute;
    visibility: hidden;
	z-index: 500;
}

.section {
	position: absolute;
	z-index: 500;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */