
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding-left: 38px;
	padding-top: 2px;
	padding-right:0px;
	padding-bottom:4px;
    text-decoration: none;
    display: block;
    position: relative;
 	font-size : 12px;
	color : #666666;
	font-style : normal;
	font-weight : normal;
	margin-left: 0px;
	margin-bottom : 0px;
	width:195px;
}

.ddmx .item1 {
    background:#F3F3F3;  
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #E5E5E5;
}

.ddmx .item1 img,
.ddmx .item1-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}


/*   aktiver Link */
.ddmx .activeitem1,
.ddmx .activeitem1:hover,
.ddmx .activeitem1-active,
.ddmx .activeitem1-active:hover {
	padding: 2px 8px 3px 0px;
    text-decoration: none;
    display: block;
    position: relative;
 	font-size : 12px;
	color : #666666;
	font-style : normal;
	font-weight : normal;
	margin-left: 0px;
	margin-bottom : 0px;
	width:195px;
}

.ddmx .activeitem1 {
    background:#F3F3F3;  
}

.ddmx .activeitem1:hover,
.ddmx .activeitem1-active,
.ddmx .activeitem1-active:hover {
    background: #E5E5E5;
}
/* ende: aktiver Link */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	width:195px;
}
.ddmx .item2 {
    background: #E5E5E5;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #CFCFCF;
}




.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: 0px solid #b8b4ae; 
    position: absolute;
    visibility: hidden;
    z-index: -1;
	width:150px;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */


/* Auswahl ausgewählt */

.item1_selected{
	padding: 2px 8px 3px 35px;
    text-decoration: none;
    display: block;
    position: relative;
 	font-size : 12px;
	color : #666666;
	font-style : normal;
	font-weight : normal;
	margin-left: 0px;
	margin-bottom : 0px;
	width:195px;
}

.img_selected{
	position:absolute; 
	left:20px; 
	top:4px;
	border:0px;
}
.img_selected2{
	position:absolute; 
	left:0px; 
	top:4px;
	border:0px;
}
.item1_selected img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
