.tsmenubar_tab { background-image:url('newmenu/tsmenu_tab.png'); width:8px; height:27px; }
.tsmenubar_left { background-image:url('newmenu/tsmenu_left.png'); width:14px; height:27px; }
.tsmenubar_right { background-image:url('newmenu/tsmenu_right.png'); width:14px; height:27px; }

.dm1 {
    font: 11px tahoma;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    border: 0px;
    text-decoration: none;
    display: block;
    position: relative;
}
.dm1 .item1 {
	background-image:url('newmenu/tsmenu_repeat.png');
	background-repeat: repeat-x;
	height:27px;
    color: #ffffff;
}

.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
	background-image:url('newmenu/tsmenu_highlight.png');
	background-repeat: repeat-x;
	height:27px;
    color: #ffffff;
}
.dm1 .item2,
.dm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2 {
	background-image:url('newmenu/tssubmenu_repeat.png');
    color: #ffffff;
}

.tmptmp1 { background: #3264C7; }

.dm1 .item2:hover {
    background: #6699FF;
    color: #ffffff;
}
.dm1 .section {
    border: 0px;
    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 */