.h_menu {
	padding:0px;
	margin:0px;
}

.h_menu .item1,
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover {
	display: block;
	position: relative;
	text-decoration:none;
	white-space: nowrap;
	padding: 3px 22px;
	margin:0px;
	background:#000000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover{
	text-indent:0pt;
	background: #CCFF00;
	color: #000000;
	
}

.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	display: block;
	white-space: nowrap;
	position: relative;
	padding: 3px 42px 3px 22px; 	
	font-weight: normal;
	color:#ffffff;
	background: #A7D100;
	text-decoration:none;
	z-index: 1000;
	font-size: 10px;
}
.h_menu .item2 {
    color: #000000; 
	z-index: 1000;
	background: #CCFF00;
}

.h_menu .arrow,
.h_menu .arrow:hover {
    padding: 7px 5px 6px 5px;
}
.h_menu .item2 img,
.h_menu .item2-active img{
    position: absolute;
    top: 4px;
    right: 3px;
    border: 0;
}
.h_menu .section {
    border: 0px;
	margin:0px;
	position: absolute;
    visibility: hidden;
    z-index: -1;
	left:0px;
	top:0px;	
}


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