.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 9px 14px;
    color: #464646;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	background-image:url(../img/menuBackGround.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	text-transform: uppercase;
}

.ddmx .item1 {
    color: #ffffff;
	background-image:url(../img/spacer.gif);
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 8px 26px 8px 14px;
	color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	font-size: 11px;
	background-color:#333333;
}
.ddmx .item2 {
    background: #d1d1d1;
	color: #696969;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #333333;
}
.ddmx .arrow,
.ddmx .arrow:hover,
.ddmx .arrow-active,
.ddmx .arrow-active:hover {
    padding: 8px 26px 8px 14px;
	background-image:url(../img/arrow1.gif);
	background-repeat:no-repeat;
	background-position: right center;
}
.ddmx .arrow:hover {
	background-image:url(../img/arrow3.gif);
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 0px;
    border: 0;
}
.ddmx .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	text-align: left;
}

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