.ddmx {
    font: 10px Verdana;
     
}
.ddmx .item1,
.ddmx .item1:hover, 
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 7px;
    border-bottom: 0px solid #CDD4E3;
    background: #FFFFFF;
    font-size: 11px; 
    font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
    color: #454545;
    font-weight: bold;
    text-decoration: none;
		text-align:left;
    display: block;
    white-space: nowrap;
    text-transform:uppercase;
    line-height:20px;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #FFFFFF; 
    font-size: 11px; 
    font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
    color: #DD0000;
    font-weight: bold; 
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font-size: 10px; 
    font-family: Verdana;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align:left;
    display: block;
    
	line-height:14px;
    white-space: nowrap;
    position: relative;
    z-index: 50;
}

.ddmx .item2 {
    background: #000000;
     font-size: 11px; 
    font-family: "Tahoma",Verdana;
    text-align:left;
    color: #FFC000;
	border-bottom: 1px solid #4B4A4A;
	height: 15px;
 
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #434343;
    font-size: 11px; 
    font-family: "Tahoma",Verdana;
    text-align:left;
    color: #FFFFFF;
	border-bottom: 1px solid #4B4A4A;
	height: 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 {
    border: 1px solid #cccccc;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}
* html .ddmx td { position: relative; } /* ie 5.0 fix */