.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{
	height: 11px;
	margin: 0px;
	padding: 11px 19px 16px 19px;
	_padding: 10px 19px 12px 19px;
	font-size:13px;
	font-weight:bold;
	color:#121658;
	text-decoration:none;
	background:url(img/span_hover_bg.gif) repeat-x left top;
}

.h_menu .item1 span{
	height:16px;
	padding: 14px 19px 8px 19px;
	color: #575971;
	background:url(img/span_bg_active.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{
	overflow:hidden;
	width:2px;
	height:38px;
	padding:0px;	
	text-align:left;
	background:url(img/span_left_hover.gif) no-repeat top left;
}
.h_menu .item1 .left{
	background:url(img/span_left_active.gif) no-repeat top left;
}

.h_menu .item1 .right,
.h_menu .item1:hover .right,
.h_menu .item1-active .right,
.h_menu .item1-active:hover .right{
	overflow:hidden;
	width:2px;
	height:38px;
	padding:0px;	
	text-align:right;
	background:url(img/span_right_hover.gif) no-repeat top left;
}
.h_menu .item1 .right{
	background:url(img/span_right_active.gif) no-repeat top left;
}
.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
    padding: 10px 19px 8px 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #D93131;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;	
	background: #F3F3F3 url(img/sub-menu-hover_bg.gif) repeat-x top left;
	text-align: left;
	border-bottom: 1px solid #ffffff;	
	border-right: 	1px solid #ffffff;	
}
.h_menu .item2 {
	background:#F5F5F5;	
	background-image:none;
	color: #585872;
	text-decoration: none;
	z-index: 500;	

}

.h_menu .arrow,
.h_menu .arrow:hover {
    padding: 4px 8px 7px 8px;
}
.h_menu .item2 img,
.h_menu .item2-active img{
    position: absolute;
    top: 6px;
    right: -5px;
    border:0px solid #FFFFFF;
}
.h_menu .section {
	border: 0px solid #000000;
	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 
