.h_menu{
 margin-left:10px;
}
.h_menu td{
	
}

.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;
	
}
.h_menu .item1:hover,
.h_menu .item1-active:hover{
	text-indent:0pt;
}

.h_menu .item1 span,
.h_menu .item1:hover span,
.h_menu .item1-active span,
.h_menu .item1-active:hover span{
	float:left;
	display:block;
	cursor:hand;
}
.h_menu .item1 span,
.h_menu .item1:hover span,
.h_menu .item1-active span,
.h_menu .item1-active:hover span{
	font-family: "Tahoma",Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding: 10px 6px 7px 6px;
	background:url(../img/middle.gif) repeat-x left bottom;
	margin:0px;
	height: 20px;
}

.h_menu .item1 span{
	color: #FFFFFF;
	background:url(../img/middle.gif) repeat-x left top;
}

.h_menu .item1 .left,
.h_menu .item1:hover .left,
.h_menu .item1-active .left,
.h_menu .item1-active:hover .left{
	width:10px;
	padding:0px;
	height:37px;
	text-align:left;
	background:url(../img/left_corner.gif) no-repeat left bottom;
}
.h_menu .item1 .left{
	background:url(../img/left_corner.gif) no-repeat left top;
}

.h_menu .item1 .right,
.h_menu .item1:hover .right,
.h_menu .item1-active .right,
.h_menu .item1-active:hover .right{
	overflow:hidden;
	width:10px;
	padding:0px;
	height:37px;
	text-align:right;
	background:url(../img/right_corner.gif) no-repeat left bottom;
}
.h_menu .item1 .right{
	background:url(../img/right_corner.gif) no-repeat left top;
}

.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	font-family: "Tahoma",Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding: 8px 38px 8px 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	background-color: #7e8a1c;
	text-align: left;
	border-bottom: 1px solid #780c06;
}
.h_menu .item2 {
    background-color: #6c0a04;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 1000;
}

.h_menu .arrow,
.h_menu .arrow:hover {
    padding: 6px 8px 7px 8px;
}
.h_menu .item2 img,
.h_menu .item2-active img{
    position: absolute;
    top: 4px;
    right: 3px;
    border: 0;
}
.h_menu .section {
	margin: 0px;
    border: 0px solid #000000;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.h_menu .bottom,
.h_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .h_menu td { position: relative; } /* ie 5.0 fix 
