
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    padding: 0px;
    border: 0px;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
}
.dm1 .item1 {
    background: none;
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    background: none;
}
.dm1 .item2,
.dm1 .item2:hover {
    padding-top: 5px;
	 padding-bottom: 5px;
    text-decoration: none;
	 display: block;
	 width: 150px;
    white-space: nowrap;
}
.dm1 .item2 {
    background: white;
    color: black;
}
.dm1 .item2:hover {
    background: none;
    color: maroon;
	 width: 150px;
	 text-decoration: none;
}
.dm1 .section {
    border: 1px #E7E7E7;
	 background: white;
    border-style: solid solid solid solid;
    position: absolute;
    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 */