﻿.dm1
{
    font: 12px 'trebuchet MS';
    color: #fafafa;
    text-transform: uppercase;
}
.dm1 .item1, .dm1 .item1:hover, .dm1 .item1-active, .dm1 .item1-active:hover
{
    padding: 1px 5px 1px 5px;
    border: 1px #003366;
    text-decoration: none;
    display: block;
    position: relative;
}
.dm1 .item1
{
    color: #FBEDAE;
    background-repeat: no-repeat;
    font-weight: bold;
    cursor: pointer;
}

.dm1 .item1:hover, .dm1 .item1-active, .dm1 .item1-active:hover
{
    color: #FFFFCC;
    font-weight: bold;
    background-color: #A4C8EC; 
    background-repeat: no-repeat;
    cursor: pointer;
}
.dm1 .item2, .dm1 .item2:hover
{
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2
{
    background: #A4C8EC;
    color: #FBEDAE;
}
.dm1 .item2:hover
{
    background-position: #5E92FF;
    background: #93B6FF;
    color: #FFFFFF;
}
.dm1 .section
{
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
* html .dm1 td
{
    position: relative;
}
