.ddmx {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 1px 9px 1px 9px;
	text-decoration: none;
	display: block;
	color: #CCCC66;
	white-space: nowrap;
	position: relative;
}
.ddmx .item1 {
	color: #FFFFFF;
}
.ddmx .arrow1,
.ddmx .arrow1:hover {
	padding: 1px 19px 1px 9px;
}
.ddmx .arrow1 img,
.ddmx .arrow1-active img {
    position: absolute;
    top: 4px;
    right: 5px;
    border: 0;
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 2px 8px 1px 8px;
	text-decoration: none;
	display: block;
    white-space: nowrap;
	position: relative;
	background-color: #4B426D;
	color: #CCCC66;
	z-index: 500;
	border-top: 1px solid #CAC9C9;
	border-right: 1px solid #CAC9C9;
	border-bottom: 0px solid #CAC9C9;
	border-left: 1px solid #CAC9C9;
}
.ddmx .item2 {
    background-color: #4B426D;
    color: #FFFFFF;
}
.ddmx .arrow2 img,
.ddmx .arrow2-active img
{
    position: absolute;
    top: 6px;
    right: 4px;
    border: 0;
}

.ddmx .botbev,
.ddmx .botbev:hover {
	text-decoration: none;
	display: block;
    white-space: nowrap;
	position: relative;
	background-color: #4B426D;
	z-index: 500;
	padding: 3px 0px 3px 0px;
	margin: 0px 6px 0px 6px;
	border-bottom:solid 1px #CAC9C9; 
	cursor:default;
}
.ddmx .section .bright,
.ddmx .section-active .bright {
    position: absolute;
    bottom: -1px;
    right: 0px;
    border: 0;
}
.ddmx .section .bleft,
.ddmx .section-active .bleft {
    position: absolute;
    bottom: -1px;
    left: 0px;
    border: 0;
}

.ddmx .section {
	border-top: 0px solid #9A9A9A;
	border-right: 0px solid #E6DDD0;
	border-bottom: 0px solid #E6DDD0;
	border-left: 0px solid #E6DDD0;
    position: absolute;
	overflow:inherit;
    visibility: hidden;
    z-index: -1;
}
.ddmx .ddbevbg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CAC9C9;
	border-right-color: #CAC9C9;
	border-bottom-color: #CAC9C9;
	border-left-color: #CAC9C9;
	background-color: #4B426D;
}

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