/* CSS Document */

.dm1 {
    font: 11px tahoma;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover,
.dm1 .item1:visited
{
    padding: 3px 8px 4px 8px;
    border: 0px #003366;
    border-style: none;
    text-decoration: none;
    display: block;
    position: relative;
	font-weight:bold;
	text-transform:capitalize;
	vertical-align:middle;
}
.dm1 .item1,
.dm1 .item1:visited
{
    background: #434343;
    color: #ffffff;
}

.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover
{
    background: #1F1F1F;
    color: #ffffff;
}
.dm1 .item2,
.dm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    /*white-space: nowrap;*/
    white-space: normal;
}
.dm1 .item2 {
    background: #ffffff;
    color: #325A6D;
	font-weight:bold;
	text-transform:capitalize;
}
.dm1 .item2:hover {
    background: #5B96B4;
    color: #ffffff;
}
.dm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    /*white-space: nowrap;*/
    white-space: normal;
	width:154px;
}
.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 */