.ddm1 {
    font: 10px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
	text-align:center;
	font-weight: bold;
	color: black;
	font-family: trebuchet MS;
	font-size:10pt;
	text-decoration: none
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	font-weight: bold;
	color: black;
	font-family: trebuchet MS;
	font-size:10pt;
	text-decoration: none;
	text-align:center;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    background: transparent;
	#background: #d2d2d2;
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: transparent;
	#background: #d2d2d2;
    color: #ffffff;
}
.ddm1 .item2:hover {
    background: transparent;
	#background: #d2d2d2;
    color: #ff6601;
	width: 100%
}
.ddm1 .section {
    border: 1px #afafaf;
    border-style: solid solid solid solid;
    position: absolute;
	background-color: #d2d2d2;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover {  }

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}

* html .ddm1 td { position: relative; } /* ie 5.0 fix */