.ddmx , table.ddmx {
  margin:auto;
}

.ddmx a.item1,
.ddmx a.item1-active,
.ddmx .item1,
.ddmx .item1-active {
	border-bottom: 0px solid #406196;
        margin:auto;
	padding: 1px 3px 3px 2px;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx a.item1:hover,
.ddmx a.item1-active:hover,
.ddmx .item1:hover,
.ddmx .item1-active:hover {

	padding: 1px 3px 3px 2px;
/* 	background: #F2F3EE url('gfx/menu_item_on.jpg') top left no-repeat; */
	color: #cfcfcf;
	background: transparent;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	position: relative;
	display: block;
}


.ddmx a.item2,
.ddmx .item2 {
  margin:auto;
	padding: 5px 10px 5px 5px;
/* 	background: #F2F3EE url('gfx/menu_item.jpg') top left no-repeat; */
	background-color: #afafaf;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;

}

.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
  margin:auto;
	padding: 5px 10px 5px 5px;
	background-color: #cfcfcf;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	font-weight: bold;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}


.ddmx .arrow,
.ddmx .arrow:hover {
  background: url('gfx/arrow1.gif') top right no-repeat;
/*     padding: 3px 5px 4px 8px; */
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 1px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    background-color: #afafaf;
    margin-top:1px;
    margin-left:1px;
    padding:0px;
/*     width:150px; */
    border: 1px solid #CCCBCD;
    display: block;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */