.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 1px;
}
.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;
	padding:9px 8px 5px 9px;
	background:url(../img/menu_hover.gif) repeat-x left bottom;
	font-weight:bold;
	cursor:hand;
	font-size:12px;
	text-transform:uppercase;
	color:#D5030B;
}
.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:8px;
	height:29px;
	padding:0px;
	margin:0px;
	background:#FFFFFF url(../img/menu_lspan.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:8px;
	height:29px;
	padding:0px;
	margin:0px;
	background:#FFFFFF url(../img/menu_rspan.gif) no-repeat left top;
}
.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 18px 9px 19px;
  	font-weight:bold;
	color:#D5030B;
	background:#1A1A1A;
	text-decoration:none;
	z-index: 1000;
}
.h_menu .item2 {
    color: #FFFFFF; 	
	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;
	margin-left:8px;
}

.h_menu .bottom,
.h_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .h_menu td { position: relative; } /* ie 5.0 fix */

