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

.ddmx {
	margin-left:225px;
	margin-top:10px;
	background-image:url(/images/menu-bground.gif);
	background-repeat:repeat-x;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 6px 10px 9px 10px;
	font-size:14px;
    color: #fff;
    font-weight:bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	text-align:left;	
    position: relative;	
}


.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	text-decoration:underline;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    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: #ff8006;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #fbb067;
	text-decoration:underline;
}
.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 #fff;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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