.ddmx {
    font-family: verdana;
}
.ddmx a.item1,
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover  { 
	color: #CCCCCC; 
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	position: relative;
	display: inline;
	padding: 0 
}
.ddmx a.item1:hover,
.ddmx a.item1-active:hover {
    color: #C73D27;
}
.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
    padding: 3px 8px 4px 8px;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    -moz-opacity:.85;
	filter: alpha(opacity=85);
}
.ddmx a.item2,
.ddmx a.item2-active {
    background: #FFFFFF;
    color: #000000;
}
.ddmx a.item2:hover,
.ddmx a.item2-active:hover {
    background: #C73D27;
    color: #FFFFFF;
}
.ddmx .section {
    border: 1px solid #B8B4AE;
    position: absolute;
    visibility: hidden;
    display: block;
    z-index: -1;
}

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