.ddmx {
    font-size: 1.1em;
}
.ddmx td, .ddmx .section td {
	background : #BC0032;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #fff;
    color: #000;
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1 {
	background : #BC0032;
   color: #fff;
}
.ddmx .itemX,
.ddmx .itemX:hover,
.ddmx .itemX-active,
.ddmx .itemX-active:hover {
    padding: 1px 10px 1px 10px;
	 background : #BC0032;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font-size: 1.0em;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	background : #BC0032;
    z-index: 500;    
}
.ddmx .item2 {
	background : #BC0032;
    color: #fff;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 6px;
    right: 1px;
    border: 0;
}
.ddmx .section {
	background : #BC0032;
    border: 1px solid #970028;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    width:90px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix *//