.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    position: relative;
}

#header .ddm1 .item2,
#header .ddm1 .item2:hover,
#header .ddm1 .item2-active,
#header .ddm1 .item2-active:hover  {
    padding: 4px 8px;
	height: auto;
    text-decoration: none;
    display: block;
    white-space: normal;
	font-weight: bold;
	border-bottom: 1px solid #8f031e;
	background: #580011;
	width: auto;
	color: #fff;
	z-index: 500;
}

#header .ddm1 .item2 {
    background: #aa0020;
}

.ddm1 .section {
	font-size: 11px;
	text-align: left;
	background: #aa0020;
	padding: 8px 10px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	border: 0;
}

* html .ddm1 li { position: relative; } /* ie 5.0 fix */