.dm1 {
    font: 11px tahoma;

}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    padding: 27px 3px 0px 3px;
    text-decoration: none;
    display: block;
    position: relative;
    width:95px;
    height: 80px;
    font: 16px tahoma;
    color: #ffef92;
    font-weight:normal;
    text-align:center; 
}
.dm1 .item1 {
    background-image: url('images/Button1.gif');
    background-color: #fcf4dc;
    background-repeat: no-repeat;
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    background-image: url('images/Button1_over.gif');
    background-color: #fcf4dc;
    background-repeat: no-repeat;
}
.dm1 .item2,
.dm1 .item2:hover {
    padding: 1px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2 {
     background: #170c04;
    color: #ffef92;
    
  
}
.dm1 .item2:hover {
  background: #ab5110;
  color: #ffef92;
    
}
    .dm1 .section {
        border: 1px #170c04;
        border-style: solid solid solid solid;
        position: absolute;
        visibility: hidden;
        z-index: -1;
        white-space: nowrap;
        text-align: right;
        width: auto;
        min-width: 100px;
    }

.dm1 .item3,
.dm1 .item3:hover,
.dm1 .item3-active,
.dm1 .item3-active:hover {
    padding: 27px 5px 0px 2px;
    text-decoration: none;
    display: block;
    position: relative;
    width:95px;
    height: 80px;
    font: 16px tahoma;
    color: #ffef92;
    font-weight:normal;
    text-align:center;
  
    
}
.dm1 .item3 {
    background-image: url('images/Button2.gif');
    background-color: #fcf4dc;
    background-repeat: no-repeat;
}
.dm1 .item3:hover,
.dm1 .item3-active,
.dm1 .item3-active:hover {
    background-image: url('images/Button2_over.gif');
    background-color: #fcf4dc;
    background-repeat: no-repeat;
}


.dm1 .right, .dm1 .right:hover { border-style: solid solid solid solid; }
.dm1 .left, .dm1 .left:hover { border-style: solid solid solid solid ; }

* html .dm1 td { position: relative; } /* ie 5.0 fix */