.dm1 {
    font: 11px tahoma;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    
    
    text-decoration: none;
    display: block;
    position: relative;
}
.dm1 .item1 {
   background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
    color: #ffffff;
	height: 34px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	line-height: 34px;
	padding-left: 25px;
	padding-right: 25px;
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
   background-image: url(../images/active.gif);
	background-repeat: repeat-x;
   color: #ff9000;
	height: 34px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 34px;
	padding-left: 25px;
	padding-right: 25px;
}
.dm1 .item1-active:hover {
   background-image: url(../images/active.gif);
	background-repeat: repeat-x;
   color: #ff9000;
	height: 34px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 34px;
	padding-left: 25px;
	padding-right: 25px;
}
.dm1 .item2,
.dm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2 {
    background: #000;
	height: 30px;
    color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	min-width: 150px;
	
}
.dm1 .item2:hover {
    background: #4f4f4f;
    color: #ff9000;
}
.active {
	background-image: url(../images/active.gif);
	background-repeat: repeat-x;
   color: #ff9000;
	height: 34px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 34px;
	padding-left: 25px;
	padding-right: 25px;
	}
.dm1 .section {
  
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.dm1 .left, .dm1 .left:hover { }
.dm1 .right, .dm1 .right:hover {  }

* html .dm1 td { position: relative; } /* ie 5.0 fix */
