
.h_ddmx {
	font: 11px verdana;
}
.h_ddmx .item1,
.h_ddmx .item1:hover,
.h_ddmx .item1-active,
.h_ddmx .item1-active:hover {
	padding: 10px 14px 22px 14px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/menu_on_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #345BA0;
}
.h_ddmx .item1 {
  	font-size: 11px;
	font-weight: bold;
	background-image: url(img/menu_of_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #666666;
	text-decoration: none;
	padding: 10px 14px 22px 14px;
    display: block;
	white-space: nowrap;
	
}
.h_ddmx .item2,
.h_ddmx .item2:hover,
.h_ddmx .item2-active,
.h_ddmx .item2-active:hover {
	padding: 4px 5px 4px 11px;
	color: #303A45;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #A3C5EA;
}
.h_ddmx .item2 {
	font-weight: bold;
	text-decoration: none;
    background-color: #EBEBEB;
	color: #345BA0;
	border-left: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}
.h_ddmx .item2:hover,
.h_ddmx .item2-active,
.h_ddmx .item2-active:hover {
	background: #A3C5EA;

}
.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 */