.h_menu .item1,
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover {
	display: block;
	white-space: nowrap;
	position: relative;
}
.h_menu .item1 {
}
.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
}
.h_h_menu .item2 {
}
.h_h_menu .item2:hover,
.h_h_menu .item2-active,
.h_h_menu .item2-active:hover {
}

.h_menu .item2 img,
.h_menu .item2-active img{
    position: absolute;
    top: 4px;
    right: 5px;
    border: 0;
}
.h_menu .section {
    border: 0px solid #000000;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .h_menu td { position: relative; } /* ie 5.0 fix */