.h_menu {
	padding:0px;
	margin:0px;
}
.h_menu .item1,
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover {
	padding: 14px 9px 10px 9px;
    text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;	
	background: url(img/menu-hover-bg.gif) repeat-x top left;
    font-size: 13px;
	font-weight: bold;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.h_menu .item1 {
    color:#FFF2CD;
	background: #032368;	
 }
.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	padding: 14px 20px 10px 20px;
	color: #FFFFFF;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	font-size: 12px;
	text-align: left;
	background: #4371BD;
  
}
.h_menu .item2 {
	background: #465E90;
	color:#FFFFFF;
}

.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 */