.horizontal_menu .item1,
.horizontal_menu .item1:hover,
.horizontal_menu .item1-active,
.horizontal_menu .item1-active:hover {
    white-space: nowrap;
	display: block;
    position: relative;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding: 9px 20px 8px;
	background: #00a650;
}

.horizontal_menu .item1 {
	background: none;
}


.horizontal_menu .item2,
.horizontal_menu .item2:hover,
.horizontal_menu .item2-active,
.horizontal_menu .item2-active:hover {
	white-space: nowrap;
	z-index: 500;
	display: block;
	position: relative;
	font-size: 11px;
	text-decoration: none;
	padding: 7px 40px 7px 20px;
	border-bottom: 1px solid #007337;
	color: #fff;
	background: #00803e;
}

.horizontal_menu .item2 {
	background: #00a650;
}

.horizontal_menu .item2 img,
.horizontal_menu .item2-active img{
    position: absolute;
    top: 11px;
    right: 10px;
    border: 0;
}
.horizontal_menu .section {
    border: 0;
	margin: 0;
	position: absolute;
    visibility: hidden;
    z-index: -1;
	text-align:left;
}

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