.ddmx2 {
    font: 11px tahoma;
}
.ddmx2 .item1,
.ddmx2 .item1:hover,
.ddmx2 .item1-active,
.ddmx2 .item1-active:hover {
    padding: 3px 10px 3px 10px;
 /* background: #FFFFFF;*/   background: #ddd8b8; 
    font: 12px arial;
  /*  color: #0E4269;  */    color:#7b520b;   
    font-weight: bold;
    text-decoration: none;
    display: block;    
    position: relative;
    text-align: left;
}
.ddmx2 .item1{
    color: #FFFFFF;
   /* background: #971310;*/  background: #7b520b; 
}
.ddmx2 .item2,
.ddmx2 .item2:hover,
.ddmx2 .item2-active,
.ddmx2 .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
 /*   color: #0E4269;  */   color:#7b520b;    
 /* background: #FFFFFF;*/  background: #ddd8b8;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx2 .item2 {
 /* background: #7d95af;*/  background: #cba95f; 
  /*  color: #0E4269;   */  color:#7b520b;    
}
.ddmx2 .item2:hover,
.ddmx2 .item2-active,
.ddmx2 .item2-active:hover {
  /*background: #ffffff;*/  background: #ddd8b8;  
  /* color: #0E4269;  */    color:#7b520b;    
}
.ddmx2 .arrow,
.ddmx2 .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx2 .item2 img,
.ddmx2 .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx2 .section {
 /* border: 1px solid #b8b4ae;*/  border: 1px solid #7b520b; 
    position: absolute;
    visibility: hidden;
    z-index: -1;
    width = 170px;
    text-align: left;
}

* html .ddmx2 td { 
	position: relative; 
	text-align: left;
	z-index: 500;
} /* ie 5.0 fix */
