.ddmx {
    font: 12pt arial;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    font: 12pt arial;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    /*white-space: nowrap;*/
    position: relative;
}

.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    font: 10pt arial;
    color: #FFFFFF;
    text-decoration: none;
	font-weight: bold;
    display: block;
    /*white-space: nowrap;*/
	position: relative;
}
.ddmx .item3
{
	background-color:#ED8702;
}
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
	background-color:#D17600;	
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    font: 10pt arial;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    /*white-space: nowrap;*/
	position: relative;
    text-align: right;
    z-index: 500;
    width: 150px;
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 15px;
	padding-bottom:2px;
    /*height: 18px;*/
    border: 1px solid #0093B2; border-top: 0px
}
.ddmx .item2 {
    background: #00AFD4;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #D0F2F8;
    color: #0093B2;
}

.ddmx .item4,
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover {
    font: 12pt arial;
    color: #0E2784;
    text-decoration: none;
    display: block;
    /*white-space: nowrap;*/
	position: relative;
    text-align: right;
    z-index: 500;
    width: 150px;
    padding-top: 1px;
    padding-right: 10px;
    padding-left: 10px;
	padding-bottom:2px;
    /*height: 22px;*/
    border: 1px solid #436F8C; border-top: 0px
}
.ddmx .item4 {
    background: #F6F6F6;
}
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover {
    background: #E8E8E8;
}




.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top:0px;
    right: 0px;
    left: 0px;
    border: 0;
}
.ddmx .section {
    border: 0px solid #436F8C;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    font-size: 12pt;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */