.h_menu {
	padding:0px;
	margin:0px;
}
.h_menu .item1,
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover {
	padding:11px 25px 10px 25px;
    text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	background:url(img/menu_bg_hover.gif) repeat-x;
    font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.h_menu .item1 {
    color:#FFFFFF;
	background:url(img/menu_bg.gif) repeat-x;
 }
.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	padding:10px 20px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background:#FF2323;
  
}
.h_menu .item2 {
	background:#7C0000;
}

.h_menu .arrow,
.h_menu .arrow:hover {
    padding: 3px 3px 6px 8px;
}
.h_menu .item2 img,
.h_menu .item2-active img{
    position: absolute;
    border: 0;
}
.h_menu .section {
    border: 0px;
	margin:0px;
	position: absolute;
    visibility: hidden;
    z-index: -1;
	text-align:left;
	
}

.h_menu .bottom,
.h_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .h_menu td { position: relative; } /* ie 5.0 fix */