.ddmxH {
    font: 11px verdana;
}
.ddmxH .item1,
.ddmxH .item1:hover,
.ddmxH .item1:visited,
.ddmxH .item1-active,
.ddmxH .item1-active:hover {
	padding: 3px 10px 3px 10px;
	background: #000000;
	font: 11px arial;
	color: #ffffff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99CC33;
}
.ddmxH .item2,
.ddmxH .item2:hover,
.ddmxH .item2:visited,
.ddmxH .item2-active,
.ddmxH .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px verdana;
    color: #FFFFFF;
	text-align: left;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99CC33;
    z-index: 500;
}
.ddmxH .item2 {
    background: #000000;
	border-bottom: 1px solid #25300E;
}
.ddmxH .item2:hover,
.ddmxH .item2-active,
.ddmxH .item2-active:hover {
    background: #000000;
	color: #99cc33;
	background-image:url(../images/navbar_arrow.jpg);
	background-repeat: no-repeat;
}
.ddmxH .arrow,
.ddmxH .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmxH .item2 img,
.ddmxH .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmxH .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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