.h_menu td {
	margin:0px;
	padding: 0px;
}

.h_menu .item1{
	text-align: center;
}

.h_menu .item1,
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover {
    text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	padding:8px 10px 10px 10px;
    font-size:11px;
	font-weight:bold;
	color:#001CA6;
	background: #C8CDE3 url(img/menu_split.gif) no-repeat right center;
	text-transform: uppercase;
}

.h_menu .item1 {
	color:#001CA6;
	background: #fff url(img/menu_split.gif) no-repeat right center;
}

.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	padding: 8px 24px 8px 14px;
	color:#001CA6;
	background-color: #FFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	text-align: left;
  
}
.h_menu .item2 {
	color: #001CA6;
	background-color: #C8CDE3;
}

.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;
	
}


.tdsimple{
	background:none;
}
.tdhover{
	background: url(img/menu-hover.gif) repeat-x ;

}

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