
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
	color:#2B1D00;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.dm1 .item1:hover,
.dm1 .item1-active:hover {
	color:#79642A;
	text-decoration:underline;
}


.dm1 .item2,
.dm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	font-weight:bold;
	font-size: 11px;
}

.dm1 .item2 {
    background: #FFE880;
	color: #966F2A;

}

.dm1 .item2:hover {
    background: #F5DE94;
}

.dm1 .section {
    border: 1px #003366;
    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 */

.dm1 td {
	padding: 0 20px;
	text-align: center;
	position: relative;
}
