.h_menu {
	padding:0px;
	margin:0px;
}
.h_menu .item1,
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover {
    display: block;
	white-space: nowrap;
	position: relative;
	padding:6px 8px 7px 9px;
  	font-weight:normal;
	color:#000000;
	background:#F3F3F3;
	text-decoration:none;
	margin:5px 3px;
}
.h_menu .item1 {
    color: #898989; 
	background:none;
}
.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	padding:10px 14px 11px 14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding: 8px 24px 8px 14px;
	background:#F3F3F3;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	font-size: 11px;
	text-align: left;
    color:#000000;
}
.h_menu .item2 {
    color: #525252; 
	text-decoration: none;
	z-index: 1000;
}

.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;
	
}

.h_menu .bottom,
.h_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .h_menu td { position: relative; } /* ie 5.0 fix */