.ddmx {
    font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular,sans-serif;
	padding: 0;	
	margin: 0;	
}

.ddmx ul{
	padding: 0;	
	margin: 0;
	list-style-type: none;		
}

.ddmx ul li{
	padding: 0;	
	margin: 0;
}


.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding:0px 0px 1px 0px;
	margin:6px 20px 0 5px;
    font: 12px Tahoma, Helvetica, Geneva, Swiss, SunSans-Regular,sans-serif;
	color:white;			
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1 {
    text-decoration: none;
    color: white;
	margin:0;			
	padding:0px 0px 1px 0px;
	margin:6px 20px 0 5px;
	z-index: 500;
}

.ddmx .act {
	border-bottom:1px solid white;
}

.ddmx .item1:hover {
    color: white;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {    
	padding: 3px 0px 0px 5px;
    font: 12px Tahoma, Helvetica, Geneva, Swiss, SunSans-Regular,sans-serif;
    color: #000000;	
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;    
	z-index: 500;
	line-height:16px;
	padding-bottom:1px;	
}


.ddmx .item2 {
    width:210px;
	color: black;    
    text-decoration: none;
	z-index: 500;
	display: block;
	BACKGROUND-COLOR: #F5F5F5;
	padding:4px 0 4px 12px;
	border-left: #999999 1px solid;		
	border-right: #999999 1px solid;		
	border-bottom: #999999 1px solid;				
}


.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: white;			
	BACKGROUND-COLOR: black;
	border-left: #999999 1px solid;		
	border-right: #999999 1px solid;		
	border-bottom: #999999 1px solid;	
	padding:4px 0 4px 12px;	
}

.ddmx .act2 {
    color: white;			
	BACKGROUND-COLOR: black;
}


.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;
	padding:0;
}


* html .ddmx td { position: relative; padding:0; margin:0;} /* ie 5.0 fix */