.ddmx {
    font: 10px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 6px 0px 6px 8px;
    background-image: url(images/homepage09.gif);
	background-repeat:no-repeat;
    font: 12px Tahoma;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	width: 163px;
	height: 15px;
}

.ddmx .item1-active:hover {
	background-image: url(images/homepage10.gif);
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 8px 0px 4px 8px;
    font: 10px Tahoma;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	width: 157px;
	height: 15px;
}
.ddmx .item2 {
    background-image: url(images/homepage09.gif);
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background-image: url(images/homepage10.gif);
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 0px solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	background: url(images/homepage11.gif) no-repeat left top;
}

.ddmx .bottom,
.ddmx .bottom:hover {
}

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