.h_menu{
	margin-top:2px;
}
.h_menu td{
	padding-right:1px;
}

.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-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding: 5px 5px;
	margin:0px;
	height: 16px;
	width:116px;
	text-align:center;
}

.h_menu .item1 span{
	text-decoration:none;
	
}

.h_menu .item1 .left,
.h_menu .item1:hover .left,
.h_menu .item1-active .left,
.h_menu .item1-active:hover .left{
	width:13px;
	padding:0px;
	height:26px;
	text-align:left;
	
}
.h_menu .item1 .right,
.h_menu .item1:hover .right,
.h_menu .item1-active .right,
.h_menu .item1-active:hover .right{
	overflow:hidden;
	width:13px;
	padding:0px;
	height:26px;
	text-align:right;
}

.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	padding: 8px 30px 8px 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	font-size: 12px;
	text-align: left;
}
.h_menu .item2 {
    color: #FFFFFF;
	text-decoration: none;
	z-index: 1000;
}

.h_menu .arrow,
.h_menu .arrow2,
.h_menu .arrow:hover
.h_menu .arrow2:hover  {
    padding: 9px 8px 3px 8px;
}
.h_menu .item2 img,
.h_menu .item2-active img{
    position: absolute;
    top: 4px;
    right: 3px;
    border: 0;
}

.h_menu .item2 .arrow2,
.h_menu .item2-active .arrow2{
    position: absolute;
    top: 4px;
    left: 1px;
    border: 0;
}
.h_menu .section {
	border: 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 