.dm1 {
    font: 12px Arial;
    width: 830px;
    line-height: 20px;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    padding: 4px 8px 4px 8px;
	height:26px;
    line-height: 26px;
    border-left: 1px #000000;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
    text-decoration: none;
    display: block;
    position: relative;
	text-align:center;
}
.dm1 .item1 {
    background: #000000;
    color: #ffffff;
    border-left: 1px #000000;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
    border-style: solid;
	background-image:url(gfx/meny_bg.jpg);
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    background: #333333;
    color: #FFCC00;
    border-left: 1px #000000;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px; 
	border-style: solid;
}
.dm1 .item2,
.dm1 .item2:hover {
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2 {
    background: #ffffff;
    color: #000000;
}
.dm1 .item2:hover {
    background: #FFCC00;
    color: #000000;
}
.dm1 .section {
    border: 1px #ccc;
    border-style: solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.dm1 .left, .dm1 .left:hover { border-style: solid; }
.dm1 .right, .dm1 .right:hover { border-style: none; }

* html .dm1 td { position: relative; } /* ie 5.0 fix */
