.ddmx {
    font: 11px Trebuchet MS;
}
li.bulletlist {
     list-style: disc;
     list-style-type: disc;
     white-space: normal;
}

.ddmx .item1 {
	padding: 7px 0px 0px 0px;
	font-weight: bold;
	color: white; /*#666666*/
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	height: 20px;
	border: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	background-color: rgb(0, 75, 133);  /*#e2e3f0*/
}
.ddmx .item1:hover {
	padding: 6px 0px 0px 0px;
	font-weight: bold;
	color: white; /*#666666*/
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	height: 21px;
	border: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	background-color: rgb(0, 117, 190); /*#afb2d0*/
	}
.ddmx .item1-active{
		padding: 6px 0px 0px 0px;
	font-weight: bold;
	color: white; /*#666666;*/
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	height: 21px;
	border: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	background-color: rgb(0, 75, 133); /*#e2e3f0;*/
	}
.ddmx .item1-active:hover {
	background: rgb(0, 117, 190); /*#afb2d0;*/

}
.ddmx .item2 {
    padding: 4px 8px 4px 8px;
    font: 11px Trebuchet MS;
    color: white; /*#666666;*/
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	height: 18px;
}
.ddmx .item2:hover {
    padding: 4px 8px 4px 8px;
    font: 11px Trebuchet MS;
    color: white; /*#000000;*/
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	height: 18px;
}
.ddmx .item2-active{
    padding: 4px 8px 4px 8px;
    font: 11px Trebuchet MS;
    color: white; /*#000000;*/
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	height: 18px;
}
.ddmx .item2-active:hover {
    padding: 4px 8px 4px 8px;
    font: 11px Trebuchet MS;
    color: white; /*#000000;*/
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	height: 18px;
}
.ddmx .item2 {
    background: rgb(0, 75, 133); /*#e2e3f0;*/
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: rgb(0, 117, 190); /*#afb2d0;*/
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 12px;
    border: 1px;
}
.ddmx .section {
    background: #ECECEC;
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

