.ddm1 {
    font: 11px verdana;
    font-weight: bold;
    
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
	font-weight: bold;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    color: #d5aa7e;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #60542b;
    color: #d5aa7e;
	font-weight: bold;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 
{
    background: #60542b;
		font-weight: bold;
    color: #d5aa7e;
}

.ddm1 .item2:hover {
    background: #f8f29f;
    color: #d5aa7e;
}
#bla {
	position:absolute;
	left:0px;
	top:14px;
	width:100%;
	height:76px;
	z-index:1;
}
.ddm1 .section 
{
	filter: alpha(opacity=100);
    border: 1px #333333;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */