.ddm1 {
    font-family: arial, helvetica, verdana, Sans;
    border: 0px;
    width: 100%; 
    font-size: 12px;
  	color: white;               
    font-weight: bold;
	}

.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 0px;   
    z-index: 1;  
	border: 0px;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
  	color: white;               
    }
    
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    font-weight: bold;
	color: black;				
}
.ddm1 .item2,
.ddm1 .item2:hover {
  	border: 0px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    }
.ddm1 .item2 {
    font-weight: bold;
	}
.ddm1 .item2:hover {
    background-color: #ffffff;  
	}
.ddm1 .section {
    border: 0px;
	position: absolute;
    visibility: hidden;
    z-index: 2;
    white-space: nowrap;
	}
.ddm1 .left, .ddm1 .left:hover { 
	border: 0px;  
	}
.ddm1 .right, .ddm1 .right:hover { 
	border: 0px;
	}


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