.dm1 {
    font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    padding: 3px 16px 4px 16px;
    text-decoration: none;
    display: block;
    position: relative;
    font: 15px Georgia;
    color: #0067a6;
	font-weight: bold;
}
.dm1 .item1 {
    color: #0067a6;
    font: 15px Georgia;
	font-weight: bold;
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    background: #0067a6;
    color: #ffffff;
    font: 15px Georgia;
	font-weight: bold;
}
.dm1 .item2,
.dm1 .item2:hover {
    padding: 3px 16px 4px 16px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2 {
    background: #f9f7f8;
    color: #0067a6;
}
.dm1 .item2:hover {
    background: #faa20c;
    color: #ffffff;
}
.dm1 .section {
    border: 1px #0067a6;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
    font: 15px Georgia;
    color: #0067a6;
}

* html .dm1 td { position: relative; } /* ie 5.0 fix */