.h_menu {
	margin:0px;
}
.h_menu .item1,  
.h_menu .item1:hover, 
.h_menu .item1-active,  
.h_menu .item1-active:hover {
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	display: block;
	background:url(../img/menu_hover.gif) repeat-x top left;
	color: #F4F4F4;
	font-size:13px;
	font-weight:normal;
	border:1px solid #5A0734;
	padding:6px 16px 6px 16px;
	text-transform:uppercase;
	margin-right:3px;
	*padding:6px 16px 5px 16px;
}

.h_menu .item1 {
	background:url(../img/menu_bg.gif) repeat-x top left;
	border:1px solid #444444;
}

.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	display: block;
	position: relative;
	text-decoration:none;
	white-space: nowrap;
	color:#FFFFFF;
	background:url(../img/menu2-hover.gif) repeat-x top left;
	font-weight:normal;
	padding:7px 30px 9px 10px;
	margin-bottom:0px;
}
.h_menu .item2 {	
	background:url(../img/menu2-bg.gif) repeat-x top left;
	color:#FFB6DF;
}

.h_menu .item2 img,
.h_menu .item2-active img{
    position: absolute;
    top: 8px;
    right: 5px;
    border: 0px;
}
.h_menu .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
	margin: 0px;
}

* html .h_menu td { position: relative; } /* ie 5.0 fix 
