.h_menu {
	padding:0px;
	margin:0px;
}
.h_menu .item1 ,
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover {
   	padding: 27px 8px 24px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	display: block;
	background: url(img/menu-bg.gif) repeat-x left top;
	white-space: nowrap;
	color: #73BDC9;
	position: relative;
	letter-spacing: -1px;

}
.h_menu .item1 {
	color: #FFFFFF;
 }
.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
   	padding: 10px 15px 10px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	background-color: #002252;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
}
.h_menu .item2 {
	color: #73BDC9;
	text-decoration: none;
	z-index: 1000;	
}


.h_menu .item2 img,
.h_menu .item2-active img{
    position: absolute;
    border: 0px;
	margin: 0px;
	margin-top: 4px;
	right: 5px;
	
}

.h_menu .section {
    border: 0px;
	margin:0px;
	position: absolute;
    visibility: hidden;
    z-index: -1;
	text-align:left;
}

* html .h_menu td { position: relative; } /* ie 5.0 fix */