.h_menu .item1,
.h_menu .item1:hover,
.h_menu .item1-active,
.h_menu .item1-active:hover {
	color:#FFFFFF;
	padding: 8px 14px 7px 15px;
	display: block;
	white-space: nowrap;
	position: relative;
	background: url(img/menu_hover.gif) repeat-x top left;
	height:15px;
	text-decoration:none;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
}
.h_menu .item1 {
	color:#363636;
	background: none;
}
.h_menu .item2,
.h_menu .item2:hover,
.h_menu .item2-active,
.h_menu .item2-active:hover {
	padding: 6px 20px 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	height:18px;
	background-color:#665564;
}
.h_menu .item2 {
	background: #B4A7B2;
	color: #363636;
}

.h_menu .arrow,
.h_menu .arrow:hover {
    padding: 2px 2px 6px 8px;
	
}
.h_menu .item2 img,
.h_menu .item2-active img{
    position: absolute;
    top: 7px;
    right: 4px;
}
.h_menu .section {
	text-align: left;	
	position: absolute;
	visibility: hidden;
	z-index: -1;
	border-top: 0px;
	border-bottom: 0px;
}


.h_menu .bottom,
.h_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}
* html .h_menu td { position: relative; } /* ie 5.0 fix */
