.h_menu {

	font: 14px "Trebuchet MS",Arial,Verdana,Helvetica;

	padding:0px;

	margin:0px;

}

.h_menu .item1, 

.h_menu .item1:hover,

.h_menu .item1-active,

.h_menu .item1-active:hover {

    text-decoration: none;

	font-size:14px;

	display: block;

	white-space: nowrap;

	position: relative;

	padding:15px 16px 13px;

	font-weight:normal;

	color:#FFFFFF;

	background:url(../img/sprite-x.gif) repeat-x 0px -52px;

}

.h_menu .item1 {

    text-decoration: none;

	display: block;

	white-space: nowrap;

	position: relative;

	padding:15px 16px 13px;

	font-weight:normal;

	background:url(../img/sprite-x.gif) repeat-x 0px 0px;

 }

.h_menu .item2,

.h_menu .item2:hover,

.h_menu .item2-active,

.h_menu .item2-active:hover {

	padding: 6px 24px 6px 17px;

	color:#d1d2d0;

	background-color: #445b35;

	font-weight: normal;

	text-decoration: none;

	display: block;

	white-space: nowrap;

	position: relative;

	z-index: 1000;

	font-size: 14px;

	text-align: left;

  

}

.h_menu .item2 {

    color: #FFFFFF;

	text-decoration: none;

	z-index: 1000;

	

}



.h_menu .arrow,

.h_menu .arrow:hover {

    padding: 8px 1px 6px 13px;

}

.h_menu .item2 img,

.h_menu .item2-active img{

    position: absolute;

    top: 4px;

    right: 2px;

    border: 0;

}

.h_menu .section {

    border: 0px;

	margin:0px;

	

	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 */