/*
	#CCCC99		->		ocker = hintergrund menue und linkfarbe im content 
	#85852C 	->		linkfarbe

	#990000		->		rotbraun = hintergrund menue und linkfarbe im content 
	#7D0000 	->		linkfarbe
	
	#C43F04		->		tomato = hintergrund menue und linkfarbe im content 
	#DE4704 	->		tomato hell = linkfarbe	
	
*/


/*


*/









.ddmx {
    font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular,sans-serif;
}


.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;			
    font: 16px Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular,sans-serif;
	color: #DE4704;	
	background-color: #999999;			
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	line-height:20px;
	font-variant:small-caps		
}

.ddmx .item1 {
    text-decoration: none;
	color:white;
	background-color: #999999;
	font-variant:small-caps	
}



.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {    
	padding: 3px 0px 0px 8px;
    font: 14px Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular,sans-serif;
	color: white;		
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;    
	z-index: 500;
	line-height:16px;
	padding-bottom:1px;	
}

.ddmx .item2 {
    width:180px;
	z-index: 500;
	display: block;
	padding-bottom: 1px;	
	padding-right:15px;	
	text-decoration: none;
	background-color: #999999;			
	color: white;		
	font-variant:small-caps;	
    font-weight: bold;	
	text-align:right;


}


.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background-color: #999999;					
	color: #DE4704;	
	list-style-type:none;
	font-variant:small-caps;
    font-weight: bold;		
	padding-right:15px;	
}


.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 {
    margin-top:5px;
    white-space: nowrap;	
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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