.h_menu {
	padding:0px;
	margin:0px;
}
.h_menu .item1,
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover {
	padding: 15px 29px 18px 27px;
    text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;	
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
    font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(img/menu-hover_bg.gif);
	background-position:bottom center;
	background-repeat: no-repeat;
}
.h_menu .item1 {
    color:#FFFFFF;
	text-decoration: none;
	background: none;
 }
.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	padding: 7px 35px 8px 8px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	font-size: 11px;
	text-align: left;
	background: #0D1923;
	border-bottom: 1px solid #263039;
	border-left: 1px solid #263039;
}
.h_menu .item2 {
	background-color:#0D1923;
	color: #868C91;
}
.h_menu .item2 img,
.h_menu .item2-active img{
    position: absolute;
    border:0px;
	margin:0px;
	right:0px;
	top: 0px;

}
.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 */

.h_menu .submenu{
	background-image:url(img/menu-item2_active_bg.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.h_menu .submenu:hover,
.h_menu .submenu-active,
.h_menu .submenu-active:hover{
	background-image:url(img/menu-item2_hover_bg.gif);
	background-position:right center;
	background-repeat:no-repeat;

}