.dm1 {
    font: 11px tahoma;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    border: 0px #003366;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
}
.dm1 .item1 {
    background: transparent;
    color: #ffffff;
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    background: transparent;
    color: #ffffff;
}
.dm1 .item2_blue,
.dm1 .item2_blue:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2_blue {
    background: #23346A;
    color: #ffffff;
    width:auto;
    text-align: left;
}
.dm1 .item2_blue:hover {
    background: #4A5D9F;
    color: #ffffff;
}

.dm1 .item2_green,
.dm1 .item2_green:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2_green {
    background: #90A92A;
    color: #ffffff;
    width:auto;
    text-align: left;
}
.dm1 .item2_green:hover {
    background: #B5D033;
    color: #ffffff;
}

.dm1 .item2_orange,
.dm1 .item2_orange:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2_orange {
    background: #DF5526;
    color: #ffffff;
    width:auto;
    text-align: left;
}
.dm1 .item2_orange:hover {
    background: #F69676;
    color: #ffffff;
}

.dm1 .item2_grey,
.dm1 .item2_grey:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2_grey {
    background: #646153;
    color: #ffffff;
    width:auto;
    text-align: left;
}
.dm1 .item2_grey:hover {
    background: #848275;
    color: #ffffff;
}
.section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    
    position: absolute;
    margin-left: -5px;
    margin-top: 3px;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}

.dm1 .left, .dm1 .left:hover { border-style: solid none solid solid; }
.dm1 .right, .dm1 .right:hover { border-style: solid solid solid none; }

* html .dm1 td { position: relative; } /* ie 5.0 fix */