.h_menu {
	padding:0px;
	margin:0px;
}
.h_menu .item1 ,
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover {
   	padding: 12px 24px 12px 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFD6D6;
	text-decoration: none;
	background: url(img/hover_bg.gif) repeat-x left top;
	display: block;
	white-space: nowrap;
	position: relative;
}
.h_menu .item1 {
	color: #3A3B00;
	background: url(img/menu-bg.gif) repeat-x left top;
 }
.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
   	padding: 10px 24px 10px 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3A3B00;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	background-color: #959800;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	
}
.h_menu .item2 {
	color: #FFD6D6;
	background: #9A0406;
	text-decoration: none;
	z-index: 1000;	
}

.h_menu .arrow,
.h_menu .arrow:hover {
    padding: 8px 12px 0px 0px;
}
.h_menu .item2 img,
.h_menu .item2-active img{
    position: absolute;
    top: 8px;
    right: 0px;
    border: 0;
}

.h_menu .section {
    border: 0px;
	margin:0px;
	position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .h_menu td { position: relative; } /* ie 5.0 fix */