.h_menu {
	padding:0px;
	margin:0px;
}
.h_menu .item1,
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover {
	padding:8px 14px 7px 12px;
	margin:0px;
	font-weight:bold;
	display: block;
	position: relative;
	text-decoration:none;
	white-space: nowrap;
	background:url(img/menu_hover_bg.jpg) repeat-x top left;
	color:#FFFFFF;
	cursor:hand;
}
.h_menu .item1 {
    color:#FFFFFF;
	background:url(img/menu_active_bg.jpg) repeat-x top left;
		
 }
.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover { 
	padding:8px 14px 7px 12px;
	margin:0px;
	font-weight:bold;
	display: block;
	position: relative;
	text-decoration:none;
	white-space: nowrap;
	 background:#181818;
	color:#FFFFFF;
	cursor:hand;
}
.h_menu .item2 { 
    background:#801C0C;
}

.h_menu .arrow,
.h_menu .arrow:hover {
    padding: 3px 3px 6px 8px;
}
.h_menu .item2 img,
.h_menu .item2-active img{
    position: absolute;
    border: 0;
}
.h_menu .section {
    border: 0px;
	margin:0px;
	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 */
