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

.ddmx {
    font: 11px tahoma;
	margin-left:0px;
	margin-top:0px;
}

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

.ddmx .item1:hover, 
.ddmx .item1-active:hover {
    padding: 12px 10px 10px 10px;
    font: 14px arial;
    color: #fff;
	background:url(/images/menu-hover.gif);
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:center;
}

.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;
}

.ddmx .item2 {
    background: #1a1a1a;
}

.ddmx .item2:hover,
.ddmx .item2-active:hover {
	text-decoration:underline;
	background: #1a1a1a;
}

.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 #131314;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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