.ddmx {
    font: 12pt arial;
}


	/* Item 1 */


.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    font: 12pt arial;
    color: #0C517E;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}
.ddmx .item2:hover{
    font: 8pt Verdana, Arial, Helvetica, sans-serif;
    color: #1A326F;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    width: 140px;
    padding: 2px 0px 0px;
    height: 20px;
    border: 1px #999999 solid; border-top: 0px
}

.ddmx .item2 {
    background: #F5F5F5;
}

.ddmx .item2:hover{
    background: #FFFFFF;
    color: #FF7100;

}

.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: 12pt;
    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: 8pt Verdana, Arial, Helvetica, sans-serif;
    color: #505050;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    width: 140px;
    padding: 2px 0px 0px;
    height: 20px;
    border: 1px #999999 solid; border-top: 0px
 } 
.ddmx .item2-active { 
    font: 8pt Verdana, Arial, Helvetica, sans-serif;
    color: #FF6400;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    width: 140px;
    padding: 2px 0px 0px;
    height: 20px;
    border: 1px solid; border-top: 0px
 } 
.ddmx .item2-active:hover  { 
    font: 8pt Verdana, Arial, Helvetica, sans-serif;
    color: #FF6400;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    width: 140px;
    padding: 2px 0px 0px;
    height: 20px;
    border: 1px #999999 solid; border-top: 0px
 } 
.ddmx .item2-active { 
    background: #FFFFFF;
    color: #FF7100;
; border-color: #999999 #FF7100 #FF7100
 } 
.ddmx .item2-active:hover  { 
    background: #FFFFFF;
    color: #FF7100;
 } 