.dm1 {
    font: 95% Arial, Times New Roman, Sans-Serif;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {  
    text-decoration: none;
    display: inline-block;
    position: relative; 
}
.dm1 .item1 {
    color: #ffffff;
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover 
{     
    color: #FFCC00;
}
.dm1 .item2,
.dm1 .item2:hover {
    padding: 2px 2px 2px 2px;  
    text-decoration: none;
    display: block;
    white-space: nowrap;
    background: #414141;      
}
.dm1 .item2, .dm1 .item2:active, .dm1 .item2:visited
{   
    background: #414141;
    color: #ffffff;
    border-bottom: solid 1px #000000;
    height: 20px;
}
.dm1 .item2:hover
{
    background: #727272;
    color: #FFCC00;  
}
.dm1 .section 
{
    padding: 2px 2px 2px 2px;      
    margin: 12px 0 0 0;
    border: 1px #414141;
    background-color: #414141;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;   
}

* html .dm1 td { position: relative; } /* ie 5.0 fix */