.ddmx {
	top:0px;
    font: 14px Calibri;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 5px 10px 5px 15px;
    background: #0F1F7A;
    font: 14px Calibri;
    color: #cccfd6;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 8px 8px 8px 8px;
	background: #f2f2f2;
    font: 14px Calibri;
	text-decoration:underline;
    color: #cccfd6;
    display: block;
    white-space: nowrap;
    position: relative;
	font-weight: normal;
	/*border-top: 1px #cccfd6 solid;
	border-bottom: 1px #cccfd6 solid;*/
    z-index: 500;
}
.ddmx .item2 {
    background: #f2f2f2;
	color:#0F1F7A;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #0F1F7A;
	color:#ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 14px 4px 10px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 2px;
    right: 0px;
    border: 0;
}
.ddmx .section {
    border-bottom: 5px #0F1F7A solid;
	background: #C2C4DD;
    position: absolute;
	margin-left:0px;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */