.spacer{
	padding: 0px 0px 0px 0px;
	color:#000;
	font-size:0px;
	background-color:#000;
}

.ddmx {
    font: 11px tahoma;
	margin-left:0px;
	margin-top:2px;
	z-index:100;
}

.ddmx .item1,
.ddmx .item1-active {
	padding: 10px 10px 9px 10px;
    font: 14px arial;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:center;
	z-index:100;
}

.ddmx .item1:hover, 
.ddmx .item1-active:hover {
    padding: 10px 10px 9px 10px;
    font: 14px arial;
    color: #fd0101;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:center;
	z-index:100;
}

.ddmx .item2,
.ddmx .item2-active
 {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	text-align:left;
	background:#c0c0c0;
}

.ddmx .item2 {
    background: #c0c0c0;
	z-index:100;
}

.ddmx .item2:hover,
.ddmx .item2-active:hover {
	text-decoration:underline;
	background: #c0c0c0;
	color:#fd0101;
	z-index:100;
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
	z-index:100;
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
	z-index:100;
}

.ddmx .section {
    border: 1px solid #3c3c3c;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .section:hover {
    border: 1px solid #3c3c3c;
    position: absolute;
    
}

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