.ddmx {
	margin-top:66px;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 12px 15px 11px 15px;
	margin:0px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-align:center;
	background:url(img/menu_hover.gif) repeat-x left top;
}

.ddmx .item1 {
    text-align:center; 
	background:url(img/menu_bg.gif) repeat-x left top;
	
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 6px 15px 6px 15px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	font-style: normal;
	text-align:left;
}
.ddmx .item2 {
	background-color: #5A9C1C;
	text-align:left;
	}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #75B737;

}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 0px 4px 5px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top:9px;
    right:2px;
    border: 0;
}
.ddmx .section {
    border: 0px solid #000000;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	text-align: left;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

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