.dmx {
	font-family: "Trebuchet MS";
	font-size: 10px;
	width: 900px;	
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 8px 10px 3px 10px;
    background: #000000;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-image:url(../img/navi.jpg);
	height: 20px;
    color: #000000;
    text-decoration: none;
	font-weight:normal;
    display: block;
    white-space: nowrap;
    position: relative;
	width: auto;
	border-right:solid 1px rgb(175,175,175);
	}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
	padding: 3px 8px 4px 8px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
}
.dmx .item2 {
	background-color:#EFEFEF;
	height: 20px;
	width: auto;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
	background-image:url(../img/navi.jpg);
	height: 20px;}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */
.dmx .udi {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #009900;
	font-style: italic;
	}
