.dm1 {
	font-size:16pt;
	font-family:Arial, Helvetica, sans-serif;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    width:130px;
	height:29px;
	padding: 15px 0px 0px 0px;
    border: 0;
    border-style: solid none solid none;
    text-decoration: none;
	text-align:center;
 	display: block;
    position: relative;
	
}
.dm1 .item1 {
    background: url(../images/menu_bg.jpg) no-repeat;
    color: #ffffff;
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    background: url(../images/menu_bg_aktiv.jpg) no-repeat;
    color: #ffffff;
}
.dm1 .item2,
.dm1 .item2:hover {
	border: 1px solid #CCC;
	padding: 0px 0px 0px 25px;
	margin:0;
    text-decoration: none;
	line-height:200%;
    display: block;
    white-space: nowrap;
}
.dm1 .item2 {
    width:169px;
	height:30px;
	background: url(../images/submenu_bg.png) no-repeat;
	color: #ffffff;
}
.dm1 .item2:hover {
    background: url(../images/submenu_bg_aktiv.png) no-repeat;
    color: #ffffff;
}
.dm1 .section {
    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 */