.h_menu {
	padding:0px;
	margin:0px;
	float:left;
}
.h_menu, cat_menu td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.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;
	padding:0px;
	margin:0px;
}
.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{
	text-decoration:none;
	float:left;
	display:block;
	margin:0px;
	padding:14px 13px 20px 13px;
	background:url(img/menu_hover.gif) repeat-x left bottom;
	font-weight:bold;
	cursor:hand;
	height:14px;
	font-size:11px;
	color:#5B5D5F;
	text-transform:uppercase;
}
.h_menu .item1 span{
	color:#FFFFFF;
	background:none;
}
.h_menu .item1 .left,
.h_menu .item1:hover .left,
.h_menu .item1-active .left,
.h_menu .item1-active:hover .left{
	width:5px;
	height:48px;
	padding:0px;
	margin:0px;
	text-align:left;
	background:#FFFFFF url(img/l_span.gif) no-repeat left top;
}
.h_menu .item1 .left{
	background:none;
}
.h_menu .item1 .right,
.h_menu .item1:hover .right,
.h_menu .item1-active .right,
.h_menu .item1-active:hover .right{
	width:5px;
	height:48px;
	text-align:right;
	padding:0px;
	margin:0px;
	background:#FFFFFF url(img/r_span.gif) no-repeat left bottom;
	overflow:hidden;
}
.h_menu .item1 .right{
	background:none;
}
.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	display: block;
	white-space: nowrap;
	position: relative;
	padding:8px 19px 9px 20px;
  	font-weight:bold;
	color:#5B5D5F;
	background:url(img/menu_hover.gif) repeat-x top left;
	text-decoration:none;
	z-index: 1000;
}
.h_menu .item2 {
    color: #FFFFFF; 
	background:url(img/menu_back.jpg) repeat-x top left;
	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;
	left:0px;
	top:0px;	
}

.h_menu .bottom,
.h_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .h_menu td { position: relative; } /* ie 5.0 fix */
