.h_ddmx{font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		}
.h_ddmx .item1{
	margin:0px 0px 0px 0px;
	padding:12px 24px 10px 24px;
	color: #393D3C;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;	
	border-right:solid 1px #CFCFD1;
}

.h_ddmx .item1:hover,
.h_ddmx .item1-active,
.h_ddmx .item1-active:hover {
	margin:0px 0px 0px 0px;
	padding:12px 24px 10px 24px;
	color: #FEFBEA;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	background:url(img/bg_menu_hover.gif) repeat-x top;	
	border-right:solid 1px #CFCFD1;
}
.h_ddmx .item2,
.h_ddmx .item2:hover,
.h_ddmx .item2-active,
.h_ddmx .item2-active:hover {
	padding:12px 24px 10px 24px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
    color:#ffffff;
    background-color:#FAC32B;
}
.h_ddmx .item2 {
  color:#fffFFF;
  background-color:#FCD472;
  z-index:1000;

}
.h_ddmx .arrow,
.h_ddmx .arrow:hover {
    padding: 6px 8px 7px 8px;
}
.h_ddmx .item2 img,
.h_ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 3px;
    border: 0;
}
.h_ddmx .section {
    border: 0px solid #000000;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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

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