.ddmx {
    font: 12pt arial;
}


	/* Item 1 */


.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    font: 10pt arial; font-weight: bold;
    color: #82B6EF;
    text-decoration: none;
    display: block;
    /*white-space: nowrap;*/
    position: relative;
    cursor: hand;
}
.ddmx .item2-active{
    font: bold 9pt Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    text-align: left;
    z-index: 500;
     /* width: 120px; */
    padding: 1px 0px 0px;
   height: 18px;
    border: 1px #197CE2 solid; border-top: 0px;
    cursor: hand;
}

.ddmx .item2 {
    background: #82B6EF;
}
.ddmx .item2-active{
    background: #4896E8;
    color: #FFFFFF;

}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top:0px;
    right: 0px;
    left: 0px;
    border: 0;
}


	/* Section for DIV */


.ddmx .section {
    border: 0px solid #436F8C;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    font-size: 10pt; font-weight: bold;
    margin-right: 100px
}







.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}


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


	/* Item 2 */


.ddmx .item2 { 
    font: bold 9pt Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    text-align: left;
    z-index: 500;
    /* width: 120px; */
    padding: 1px 0px 0px;
	height: 18px;
    border: 1px #197CE2 solid; border-top: 0px;
    cursor: hand;
 } 
.ddmx .item2-active:hover  { 
    font: bold 9pt Arial, Helvetica, sans-serif;
    color: #1A7DE2;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    text-align: left;
    z-index: 500;
    /* width: 120px; */
    padding: 1px 0px 0px;
    height: 18px;
    border: 1px #197CE2 solid; border-top: 0px;
    cursor: hand;
 } 
.ddmx .item2-active:hover  { 
    background: #4896E8;
    color: #FFFFFF;
 } 
.ddmx .item2:hover { 
    font: bold 9pt Arial, Helvetica, sans-serif;
    color: #F53A1F;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    text-align: left;
    z-index: 500;
    /* width: 120px; */
    padding: 1px 0px 0px;
    height: 18px;
    border: 1px #197CE2 solid; border-top: 0px;
    cursor: hand;
 } 

.ddmx .item2:hover { 
    background: #4896E8;
    color: #FFFFFF;
 } 
