.h_ddmx {
	font: 11px verdana;
	background:url(img/cat_menu_bg.gif) repeat-x;
}
.h_ddmx .item1,
.h_ddmx .item1:hover,
.h_ddmx .item1-active,
.h_ddmx .item1-active:hover {
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: underline;
	padding:9px 3px 9px 3px;
}
.h_ddmx .item1 {
	color: #010002; 
	text-decoration: none;
}
.h_ddmx .item2,
.h_ddmx .item2:hover,
.h_ddmx .item2-active,
.h_ddmx .item2-active:hover {
	padding:9px 3px 9px 3px;
	color: #000000; 
	display: block;
	white-space: normal;
	position: relative;
	z-index:500;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	text-decoration: underline;
    background-color:#FAC70C;

}
.h_ddmx .item2 {
  background-color:#F6961B;
  color: #010002; 
  text-decoration: none;
}
.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 */