﻿.dm1 {
    font: 12px tahoma;
}

.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1b,
.dm1 .item1b:hover,
.dm1 .item1b-active,
.dm1 .item1b-active:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {

	width:96px;
	height:24px;
    border: none;
    text-decoration: none;
    display: block;
    position: relative;
    text-align:center;
    line-height:25px;
    margin:0px 5px;
}

.dm1 .item1b {
	width:32px;
}


.dm1 .item1,
.dm1 .item1b
{
    color: #fff;
}
.dm1 .item1:hover,
.dm1 .item1b:hover,
.dm1 .item1b-active,
.dm1 .item1b-active:hover, 
.dm1 .item1-active,
.dm1 .item1-active:hover {
    background:url('../gfx/button-bg.png') no-repeat;
    color: #fff;
}

.dm1 .item1b:hover {
	background:url('../gfx/button-home.png');
	width:32px;
}
.dm1 .item2,
.dm1 .item2:hover {
	margin-left:3px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    line-height:20px;
    padding-left:5px;
    font-size:10px;
}
.dm1 .item2 {
    background:url('../gfx/submenu-bg.png');
    color: #fff;
    width:85px;
}

.dm1 .item2:hover {
    background:url('../gfx/sub-button.png');
    color: #fff;
}
.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 */
