.dmx {
    font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #2D2D2D;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	letter-spacing: 1px;
	text-align: left;
	background-image: url(img/arrow_menu_center.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;
	padding-top: 7px;
	padding-left: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #2D2D2D;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	height: 15px;
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 24px;
}
.dmx .item2 {
   background-image: url(img/arrow_menu_center.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 15px;
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 24px;
	margin-right: 4px;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
	height: 15px;
	padding-top: 7px;
	padding-left: 24px;
	padding-right: 20px;
	background-color: #F9F9F9;
	background-image: url(img/arrow_menu_center.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 4px;
}
.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;
	height: 15px;
	margin-right: 4px;
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 24px;
}
.dmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;

	background-color: #F3F3F3;
}

.dmx .bottom,
.dmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

.dmx .item {
	font-size: 5px;
	color: #2D2D2D;
	height: 6px;
}
.dmx_link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #2D2D2D;
	text-decoration: none;
}

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