.ddmx {
/*    font: 11px tahoma;*/
    font-family: Verdana, Arial,sans-serif;
}
.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1-active:hover {
  /*  padding: 3px 10px 3px 10px;
    background: #000000;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap; */
    position: relative;

    font-family: Verdana, Arial,sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: white;
	padding-left:6px;
	padding-right:6px;
	text-decoration:none;
	/*text-transform:uppercase;*/
	display:block;
	line-height:30px;
	text-align:center;
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
	/*vorher 11px*/
    font: 10px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: white;
    color: #065192;
    text-decoration: underline;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #487EAD;
    color: white;
    text-decoration:none;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	/*position: relative;*/
    font-family: Verdana, Arial,sans-serif;
	font-size: 10px;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
	text-decoration:none;
	/*text-transform:uppercase;*/
	display:block;
	line-height:30px;
	text-align:center;
	background :url(navhover.jpg) repeat-x;
	color: #065192;	
}

/*.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 #FDFDFD;
    background: white;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */