
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background: url(img/menu_hover.gif) repeat-x;
	padding: 0px 10px 0px 10px;
	color: #194174;
	display: block;
	white-space: nowrap;
	position: relative;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	font-weight: normal;
}
.ddmx .item1 {
	background: url(img/menu_bg.gif) repeat-x;
	color: #717171;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 6px 3px 6px 3px;
	color: #303231;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #FCDC8F;
	text-align:left;
}
.ddmx .item2 {
	color: #FFFFFF;
	background-color: #F7921C;
	text-align:left;
	}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FCDC8F;

}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 0px 4px 5px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    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 */
