.h_menu {
	font: 12px Arial;
	background-image:url(img/menu_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	border-bottom:1px solid #B8B9BB;
	margin:0px;
	padding:0px;
}
.h_menu .item1, 
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover {
    font-family:Arial,Verdana,Helvetica, sans-serif;
	padding:9px 15px 9px 15px;
	font-size:12px;
	font-weight:normal;
	color:#AF235E;
	text-decoration:none;
	display: block;
	white-space: nowrap;
	position: relative;
	
}
.h_menu .item1 {
    color:#26272A;
}

.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	text-align: left;
	vertical-align:middle;
	padding: 7px 15px 7px 10px;
	color: #26272A;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px solid #B9B9BB;
	background-color:#FFFFFF;
	
}
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover{
	color:#AF235E;
	background-color:#F5F5F5;
}

.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: 1px solid #B9B9BB;
	border-bottom:0px;
	margin:0px;
	position: absolute;
    visibility: hidden;
    z-index: -1;
	
}

.h_menu .bottom,
.h_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .h_menu td { position: relative; } /* ie 5.0 fix */