.ddmx { 
	font-family : 'Trebuchet MS';
	font-size : 13px;
	height: 31px;
	border: none;
	padding: 0 0 0 0;
	z-index: 500;
} 
.ddmx .item1 {
	font-family : 'Trebuchet MS';
	font-size : 13px;
	padding : 0px 10px 0px 10px;
	color : #ffffff;
	text-decoration : none;
	display : block;
	white-space : nowrap;
	position : relative;
} 
 .ddmx tr{
	border:none;
	padding:0px 0px 0px 0px;
	margin:0;
 }
 .ddmx td{
	border:none;
	margin:0 auto;
	padding:10px 0px 0px 0px;
	/*height:200px;*/
	vertical-align:top;

/*background:url('../images/layout/menu_bg.gif') repeat-x top; */
 }
 .ddmx td:hover{
	background:url('../images/layout/menu_active_bg.gif') repeat-x top; 
 }


.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover {
	font-family : 'Trebuchet MS';
	font-size : 13px;
	padding : 0px 10px 0px 10px;
	color : #ffffff;
	text-decoration : none;
	display : block;
	white-space : nowrap;
	position : relative;
} 
.ddmx .item2, .ddmx .item2-active, .ddmx .item2-active:hover {
	padding : 5px 20px 0 20px;
	font-family : Arial, Verdana, Tahoma;
	color : #ffffff;
	font-size : 12px;
	text-decoration : none;
	height : 19px;
	display : block;
	white-space : nowrap;
	position : relative;
	z-index : 500;
} 
.ddmx .item2 { 
	background: url('../images/layout/submenu_bg.png') repeat-x top; 
	margin:0px 0px 1px 0px;
} 
.ddmx .item2-active { 
	background: url('../images/layout/submenu_bg_active.png') repeat-x top left; 
	margin:0px 0px 1px 0px;
} 
.ddmx .item2:hover {
	background : url('../images/layout/submenu_active.png') no-repeat left;
	color: #d90820;
} 
.ddmx .item2 img, .ddmx .item2-active img { 
	position : absolute;
	top : 4px;
	right : 1px;
	border : 0;
} 
.ddmx .section { 
	margin: 5px 0px 0px 0px;

	/* wegen des Rands wird das Untermenü um 1Px zu weit rechts gezeichnet */	
	/* margin-left: 0px; */

	position : absolute;
	visibility : hidden;
	z-index : 1000;
} 
* html .ddmx td { 
position : relative;
}
.menu_active {
	background:url('../images/layout/menu_active_bg.gif') repeat-x top;
}
