﻿.dm1 {
	font: 16px arial;
	font-weight:bold;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    padding: 9px 0px 0px 6px;
    border: 0px;
    border-style: none none none none;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
}
.dm1 .item1 {
	height: 45px;
	background: #3CC3EB;
	color: #ffffff;
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    height: 45px;
    text-align: center;
    background: #3CC3EB;
      background: -webkit-gradient(linear, left top, left bottom, from(#015cb3), to(#0196FA));
      background: -moz-linear-gradient(top, #015cb3, #0196FA);
      background: -o-linear-gradient(top, #014280, #0196FA);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#015cb3, endColorstr=#0196FA);
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#015cb3,
            endColorstr=#0196FA);
      -ms-linear-gradient(left, #015cb3, 0%, #0196FA 100%);
        background: linear-gradient(left, #015cb3 0%, #0195FA 100%);
    color: #ffffff;
}
.dm1 .item2,
.dm1 .item2:hover {
    padding: 3px 0px 3px 0px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    font-weight:normal;
    background: #3CC3EB;
}
.dm1 .item2 {
    background: #3CC3EB;
    color: #808080;
}
.dm1 .item2:hover {
    background: #50a8eb;
    color: #ffffff;
}
.dm1 .section {
    font: 14px arial;
    background: #3CC3EB;
    border: 5px #3CC3EB;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    width:158px;
    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 */